nhiepphong / backend
Backend custom by NhiepPhong
Installs: 52
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Language:JavaScript
Requires
- php: >=5.4.0
- intervention/image: ^2.3
README
Requirements
- PHP 5.5
- Laravel 5.2
Installation
Composer
Run the following to include this via Composer
composer require nhiepphong/backend
Laravel 5.2 Configuration
To install into a Laravel project, first do the composer install then add *ONE *of the following classes to your config/app.php service providers list.
// FOR LARAVEL 5.1 AND ABOVE Nhiepphong\Backend\Providers\BackendServiceProvider::class,
Install Backend
php artisan backend:install
Update View And Asset Backend
php artisan vendor:publish --provider="Nhiepphong\Backend\Providers\BackendServiceProvider"
Copy Dashboad, Permissions
test/Admin to app/Http/Controller/Admin
License
The Laravel framework is open-sourced software licensed under the MIT license.