You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4- You must add one method to your \App\User (in laravel 8 \App\Models\User) model. As the name of this method shows it determines which user can manage posts. Place your logic there.
46
-
47
-
```
48
-
public function canManageHessamCMSPosts()
49
-
{
50
-
// Enter the logic needed for your app.
51
-
// Maybe you can just hardcode in a user id that you
5- Create a directory in `public/` named `blog_images`
71
-
72
-
6- Login as ADMIN and setup your package: `/blog_admin/setup`
73
-
74
-
7- Congrats! Your blog is ready to use. (URLs are customizable in the config file)
75
-
```
76
-
Admin panel URI: /blog_admin
77
-
Front URI: /en/blog
78
-
```
34
+
`composer require hessam/laravel-blogger`
79
35
80
36
### For Complete Setup Instructions (with video guide), please Visit [The Install Guide](https://hessam.binshops.com/laravel-blog-package#setup)
81
37
82
38
To see package on Packagist click this [Link](https://packagist.org/packages/hessam/laravel-blogger)
83
39
40
+
### Bagisto version
41
+
To see the Bagisto version of this package go to `bagisto-compatible` branch
42
+
84
43
## Important Notes
85
44
- For laravel 8.x's default auth User model, change user model in `hessamcms.php` to: `\App\Models\User::class`
86
45
@@ -99,7 +58,8 @@ To see package on Packagist click this [Link](https://packagist.org/packages/hes
99
58
- Other options include using Disqus comments or disabling comments
100
59
101
60
## Recent Changes
102
-
-**8.0.x** Compatibility with Laravel 8.x
61
+
-**9.1.x** Multi language support
62
+
- 8.0.x Compatibility with Laravel 8.x
103
63
104
64
## Screen Shots
105
65
@@ -175,7 +135,8 @@ Try adding this to config/app.php:
175
135
- You might need to set a higher memory limit, or upload smaller image files. This will depend on your server. I've used it to upload huge (10mb+) jpg images without problem, once the server was set up correctly to handle larger file uploads.
0 commit comments