2017 © Pedro Peláez
 

library panel

larvel Adminpanel

image

larvelcode/panel

larvel Adminpanel

  • Wednesday, July 25, 2018
  • by Uchiha-AhmedSaad
  • Repository
  • 0 Watchers
  • 0 Stars
  • 21 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 17 % Grown

The README.md

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)

Install

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)

Note:- you must make laravel like in real server i give you an example:-

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',
    ];

Usage

Basic

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)

The Versions

25/07 2018

dev-master

9999999-dev

larvel Adminpanel

  Sources   Download

MIT

The Requires

 

by Ahmed Saad

laravel adminpanel