Panel made with Laravel Framework
A lot of times we need make a app manage users, permissions and roles, this project the help save time in the construction of these features. I wait my project be utility for you
After the clone the Repository
- Execute
composer install
- Configure your Database and credentials of email in file .Env
- Execute
php artisan module:migrate Users
- Execute
php artisan module:seed Users
you can visit your domain of test.
The credentials for first login: User: demo@MyAdminPanel.com, Password: secret
I started make project smalls for help all, if you have a suggestion write me dlarafree@gmail.com, i'm charmed of contribute the community
Used Packages:
- Laravel Permission
- Laravel Modules Docs: https://nwidart.com/laravel-modules/v1/introduction
- Sweet Alert
- Laravel Collective Docs: https://laravelcollective.com/docs/5.3/html
- Ejecute
composer install
- Configure el nombre de su base de datos y credenciales de email en el archivo .env
- Ejecute
php artisan module:migrate Users
- Ejecute
php artisan module:seed Users
Ahora usted puede visitar su dominio y vera el login.
Las credenciales de inicio son: Usuario: demo@MyAdminPanel.com, Contrase;a: secret
Estoy empezando a crear pequeños proyectos que puedan ayudar a todos, si usted tiene alguna sugerencia escríbame a dlarafree@gmail.com, estaré encantado de contribuir con la comunidad.