Download the PHP package lrcurso/admin-laravel without Composer
On this page you can find all versions of the php package lrcurso/admin-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package admin-laravel
Admin Laravel
Generate admin for Laravel
Installation
Or manually by modifying composer.json
file:
run composer install
Then add Service provider to config/app.php
And Facade (also in config/app.php
)
And add Middleware to app/Http/Kernel.php
$routeMiddleware => [
//...
'auth.admin' => \Lrcurso\Admin\Middleware\Authenticate::class,
]
Last step:
php artisan vendor:publish
TODO
- create Units Tests
- create documentation (how to use)
- add config for modifier the dashboard home (default: "DashBoardControler@index")
- add config for modifier the route root (default: "\admin")
All versions of admin-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2|8.*
ext-mbstring Version *
kris/laravel-form-builder Version 1.*
illuminate/database Version 6.*|7.*|8.*
illuminate/support Version 6.*|7.*|8.*
ext-mbstring Version *
kris/laravel-form-builder Version 1.*
illuminate/database Version 6.*|7.*|8.*
illuminate/support Version 6.*|7.*|8.*
The package lrcurso/admin-laravel contains the following files
Loading the files please wait ....