Download the PHP package bjuppa/laravel-blog-admin without Composer
On this page you can find all versions of the php package bjuppa/laravel-blog-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bjuppa/laravel-blog-admin
More information about bjuppa/laravel-blog-admin
Files in bjuppa/laravel-blog-admin
Package laravel-blog-admin
Short Description Optional admin interface for bjuppa/laravel-blog
License MIT
Homepage https://github.com/bjuppa/laravel-blog-admin
Informations about the package laravel-blog-admin
laravel-blog-admin
Optional admin interface for bjuppa/laravel-blog.
The admin pages of this package depend on kontenta/kontour, a package providing admin area tool utilities for Laravel.
Usage
-
Require the package (and the laravel-blog package too if you don't already have it):
The package will automatically register itself.
-
Go through the instructions for configuring
kontenta/kontour. This is the bulk of the work needed to get the admin pages for your blog working, make sure you follow the instructions carefully! -
Log in to your Kontour admin panel in your browser (usually at /admin unless you've changed that in the Kontour config). You should find one link to each of your Eloquent blogs in the Kontour menu.
- By default, every logged in admin user has permissions to edit all the blogs.
If you want to limit access, Laravel gates or policies
can be required for different actions and blogs by configuration in
config/blog.php.
Troubleshooting
If you can't log in to the Kontour admin area, look for solutions from
kontenta/kontour.
If you can't see your blogs after you are successfully logged in,
make sure you have at least one Eloquent blog configured with
bjuppa/laravel-blog.
Also make sure that your admin user has access rights through gates or policies
if they are configured in config/blog.php.