nhiepphong/backend

Backend custom by NhiepPhong

Installs: 46

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 1

Language:JavaScript

2.1.4 2017-07-12 03:14 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:51:16 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

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.