2017 © Pedro Peláez
 

library dosmin

Dosmin CMS - package backend module system for Laravel Framework

image

dosarkz/dosmin

Dosmin CMS - package backend module system for Laravel Framework

  • Tuesday, May 29, 2018
  • by dosarkz
  • Repository
  • 1 Watchers
  • 1 Stars
  • 50 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 43 % Grown

The README.md

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, (*1)

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, (*2)

providers' => [ 'user' => \App\Modules\User\Providers\UserServiceProvider::class, ... ], (*3)

  • Visit new module on admin menu

Module install

php artisan module:install {module name}, (*4)

This command consist of: - Make publish files - Run migrations and seeder, (*5)

The Versions

29/05 2018

dev-master

9999999-dev

Dosmin CMS - package backend module system for Laravel Framework

  Sources   Download

The Requires

 

by Yerzhan Ashenov

24/05 2018

dev-dev

dev-dev

Dosmin CMS - package backend module system for Laravel Framework

  Sources   Download

The Requires

 

by Yerzhan Ashenov

21/05 2018

1.0.2

1.0.2.0

Dosmin CMS - package backend module system for Laravel Framework

  Sources   Download

The Requires

 

by Yerzhan Ashenov

18/05 2018

1.0.1

1.0.1.0

Dosmin CMS - package backend module system for Laravel Framework

  Sources   Download

The Requires

 

by Yerzhan Ashenov

16/05 2018

1.0.0

1.0.0.0

Dosmin CMS - package backend module system for Laravel Framework

  Sources   Download

The Requires

 

by Yerzhan Ashenov