2017 © Pedro Peláez
 

library swissarmyknife54

Basic Crud Generator with User,Log,Account and Notification Management

image

mmrp/swissarmyknife54

Basic Crud Generator with User,Log,Account and Notification Management

  • Thursday, July 13, 2017
  • by matteo.meloni
  • Repository
  • 0 Watchers
  • 0 Stars
  • 12 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

(1) Installare Laravel (dalla dir homestead: Code/ )

#!bash
composer create-project --prefer-dist laravel/laravel <nuovo_progetto> "5.3.*"
#!bash
cd <nuovo_progetto>
#!bash
php artisan make:auth

(2) Installare SwissArmyKnife

#!bash
composer require mmrp/swissarmyknife54 dev-master

aggiungere in config/app.php, (*1)

#!php
Mmrp\Swissarmyknife\SwissArmyKnifeProvider::class,

eseguire, (*2)

#!bash
php artisan vendor:publish  --force 

aggiungere in Http/Kernel.php nelle route middleware la seguente linea:, (*3)

#!php
'permissions'=> \App\Http\Middleware\Permissions::class

eseguire, (*4)

#!bash
composer dump-autoload;

php artisan migrate
php artisan db:seed

The Versions

13/07 2017

dev-master

9999999-dev https://bitbucket.org/mmrp/swissarmyknife54

Basic Crud Generator with User,Log,Account and Notification Management

  Sources   Download

GPL

The Requires

 

by Matteo Meloni
by Roberto Porceddu