dev-master
9999999-dev https://github.com/zikezhang/LaravelAdminAdmin Panel for Laravel 4 with User, Groups and Permissions management using Cartalyst Sentry as auth provider
MIT
The Requires
by ZZK
laravel backend admin sentry cartalyst
Wallogit.com
2017 © Pedro Peláez
Admin Panel for Laravel 4 with User, Groups and Permissions management using Cartalyst Sentry as auth provider
Laravel 4 package used to provide an admin panel with user, groups and permissions management. This package is currently under active development., (*1)
Begin by installing this package through Composer. Edit your project's composer.json file to require verecom/admin., (*2)
{
"require": {
"verecom/admin": "dev-master"
}
}
Update your packages with composer update or install with composer install., (*3)
You need to add the following service provider.
Open app/config/app.php, and add a new items to the providers array., (*4)
'Former\FormerServiceProvider', 'Cartalyst\Sentry\SentryServiceProvider', 'Verecom\Admin\AdminServiceProvider',
Then add the following Class Aliases, (*5)
'Former' => 'Former\Facades\Former', 'Sentry' => 'Cartalyst\Sentry\Facades\Laravel\Sentry',
Finally run the following command in the terminal. php artisan admin:install This will publish the config files for Cartalyst/Sentry, Anahkiasen/Former and Verecom/Admin also it will run the migration., (*6)
To create a user simply do php artisan admin:user, (*7)
Done! Just go to http://localhost/admin to access the admin panel., (*8)
To create a user simply do php artisan admin:user, (*9)
Done! Just go to http://localhost/admin to access the admin dashborad., (*10)
Admin Panel for Laravel 4 with User, Groups and Permissions management using Cartalyst Sentry as auth provider
MIT
laravel backend admin sentry cartalyst