Download the PHP package bytenet/laravel-admin-base without Composer
On this page you can find all versions of the php package bytenet/laravel-admin-base. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-admin-base
ByteNet\LaravelAdminBase
Laravel Admin's base package, which offers admin authentication and a blank admin panel
Base
Laravel AdminBase central package, which includes:
- a customized version of Laravel's authentication interface; // TODO
- basic user management page (edit password, name, email);
- basic admin dashboard page; // TODO
- pretty error pages; // TODO
- admin-wide alerts system (notification bubbles); // TODO
- roles / permissions; // TODO
Install on Laravel 5.4
1) Run in your terminal:
2) Add the service providers in config/app.php:
3) Then run a few commands in the terminal:
4) Make sure the reset password emails have the correct reset link by editing the adding these to your model:
- before class name
- as a method inside the User class:
5) [optional] Change values in config/bytenet/base.php to make the admin panel your own. Change menu color, project name, developer name etc.
Usage
- Register a new user at yourappname/admin/register
- Your admin panel will be available at yourappname/admin
- [optional] If you're building an admin panel, you should close the registration. In config/bytenet/base.php look for "registration_open" and change it to false.
Change log
Please see CHANGELOG for more information what has changed recently.
Todos
// TODO
Testing
// TODO
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Nikola Zeravcic
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-admin-base with dependencies
php Version >5.5.0
laravel/framework Version 5.4.*
doctrine/dbal Version ^2.5
almasaeed2010/adminlte Version ^2.3