dev-master
9999999-devlarvel Adminpanel
MIT
The Requires
- php >=7.0.0
- codecourse/notify ^1.1
- laravelcollective/html ^5.5
by Ahmed Saad
laravel adminpanel
larvel Adminpanel
Have you encountered a problem that you want to work the control panel for Admin quickly without consuming your time now you can do it with the larvelcode-panel Now you can work without wasting your valuable time We help you make a control panel one click, (*1)
first you setup laravel framwork by enter this :-, (*2)
composer create-project --prefer-dist laravel/laravel blog
Remove word blog and write your folder project name., (*3)
1- rename server.php to index.php., (*4)
2- copy .htaccess from public directory to your larvel project main directory i mean in your larvel project directory ., (*5)
Using Composer, (*6)
composer require larvelcode/panel:dev-master
Add the service provider to config/app.php
, (*7)
Collective\Html\HtmlServiceProvider::class, Codecourse\Notify\NotifyServiceProvider::class, larvelcode\panel\LaravelPanelProvider::class,
add to aliases, (*8)
'Form' => Collective\Html\FormFacade::class, 'Html' => Collective\Html\HtmlFacade::class, 'Notify' => Codecourse\Notify\Facades\Notify::class,
open app/Http/kernal.php on protected $routeMiddleware add this, (*9)
'admin' =>\App\Http\Middleware\IsAdmin::class,
add to app/provider/AuthServiceProvider, (*10)
protected $policies = [ 'App\User' => 'App\Policies\UserPolicy', ];
From your application, in your controller., (*11)
php artisan storage:link php artisan make:auth php artisan vendor:publish php artisan make:migrate
and then press 0 to copy all files in directory, (*12)
now you adminpanel ready to start go to :-, (*13)
http://your-host/adminpanel
your username Email is:- admin@domain.com password:- 123456 change your-host with your host or localhost if you are in local environment., (*14)
larvel Adminpanel
MIT
laravel adminpanel