jojoramadhan / skalamusic
Package for creating adminpanel in Laravel 5
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Requires
- intervention/image: ^2.3
- laravel/framework: 5.3.*
- laravelcollective/html: ^5.3
- yajra/laravel-datatables-oracle: ^6.18
This package is not auto-updated.
Last update: 2025-02-10 15:24:18 UTC
README
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.
- Install the package via
composer require Jojoramadhan/skalamusic
. - Add
Jojoramadhan\Skalamusic\SkalamusicServiceProvider::class,
to your\config\app.php
providers afterApp\Providers\RouteServiceProvider::class,
otherwise you will not be able to add new ones to freshly generated controllers. - Configure your .env file with correct database information
- Run
php artisan skalamusic:install
and fill the required information. - Register middleware
'role' => \Jojoramadhan\Skalamusic\Middleware\HasPermissions::class,
in yourApp\Http\Kernel.php
at$routeMiddleware
- 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.