JojoRamadhan / skalamusic by jojoramadhan

Package for creating adminpanel in Laravel 5
4
0
1
Package Data
Maintainer Username: jojoramadhan
Maintainer Contact: jojoramadhan@gmail.com (Jojo Ramadhan)
Package Create Date: 2016-12-03
Package Last Update: 2016-12-03
Language: CSS
License: MIT
Last Refreshed: 2025-02-11 15:01:58
Package Statistics
Total Downloads: 4
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

New

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

Package Requirements

  • Laravel ^5.3

Laravel 5.2 users info!

To use Skalamusic with Laravel Laravel 5.2 use branch 1.x.x

Laravel 5.1.11 users info!

To use Skalamusic with Laravel Laravel 5.1.11 use branch 0.4.x

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/

License

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