Download the PHP package dosarkz/lora without Composer
On this page you can find all versions of the php package dosarkz/lora. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package lora
Lora backend module system for Laravel Framework 5.6
Features:
- Module System
- Module Generator with command
- Remove modules
- AdminLte template
- Upload image files with resize
- Language support: English, Russian
Installation
- Install laravel 5.6
- Configure db
- Install admin package
composer require dosarkz/Lora
- Make Lora system
php artisan lora:install
- Go through all the necessary steps
- Visit
your_project/lora
- and Be Happy!
Make new module with command
php artisan module:make {module name}
- New modules created in app/Modules folder.
- After making add new provider to config/admin.php
providers' => [ 'user' => \App\Modules\User\Providers\UserServiceProvider::class, ... ]
- Visit new module on admin menu
Module install
php artisan module:install {module name}
This command consist of:
- Make publish files
- Run migrations and seeder
All versions of lora with dependencies
PHP Build Version
Package Version
Requires
dosarkz/laravel-uploader Version
0.2.4
The package dosarkz/lora contains the following files
Loading the files please wait ....