2017 © Pedro Peláez
 

library skalamusic

Package for creating adminpanel in Laravel 5

image

jojoramadhan/skalamusic

Package for creating adminpanel in Laravel 5

  • Saturday, December 3, 2016
  • by jojoramadhan
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

New

Check out online adminpanel generator version - no packages required there, no syntax to learn, it generates Laravel project for you: SkalaMusic.com, (*1)

Package Requirements

  • Laravel ^5.3

Laravel 5.2 users info!

To use Skalamusic with Laravel Laravel 5.2 use branch 1.x.x, (*2)

Laravel 5.1.11 users info!

To use Skalamusic with Laravel Laravel 5.1.11 use branch 0.4.x, (*3)

Skalamusic installation

Please note: SkalaMusic requires fresh Laravel installation and is not suitable for use on already existing project.

  1. Install the package via composer require Jojoramadhan/skalamusic.
  2. Add Jojoramadhan\Skalamusic\SkalamusicServiceProvider::class, to your \config\app.php providers after App\Providers\RouteServiceProvider::class, otherwise you will not be able to add new ones to freshly generated controllers.
  3. Configure your .env file with correct database information
  4. Run php artisan skalamusic:install and fill the required information.
  5. Register middleware 'role' => \Jojoramadhan\Skalamusic\Middleware\HasPermissions::class, in your App\Http\Kernel.php at $routeMiddleware
  6. Access Skalamusic panel by visiting http://yourdomain/admin.

More information and detailed description

http://skalamusic.com/packages/skalamusic/, (*4)

License

The MIT License (MIT). Please see License File for more information., (*5)

The Versions

03/12 2016

dev-master

9999999-dev

Package for creating adminpanel in Laravel 5

  Sources   Download

MIT

The Requires

 

by Jojo Ramadhan
by Deby N A