2017 © Pedro Peláez
 

library magic-admin

Crea un Admin Backend para Laravel 5

image

tereresoft/magic-admin

Crea un Admin Backend para Laravel 5

  • Wednesday, August 3, 2016
  • by tereresoft
  • Repository
  • 0 Watchers
  • 1 Stars
  • 5 Installations
  • Smarty
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Magic Admin

Crea un Admin Backend para Laravel 5, (*1)

agregue a su composer, (*2)

  1. Requiera este paquete, (*3)

    "require": { "tereresoft/magic-admin":"dev-master", (*4)

    }, (*5)

  2. Coloque un script antes de php artisan optimize, (*6)

    "scripts":{ "php -r \"copy('vendor/tereresoft/magic-admin/src/tpl/make/consoles/MagicAdminCommand.tpl', 'app/Console/Commands/MagicAdminCommand.php');\"", }, (*7)

  3. Vaya a App\Console\Kernel.php y agregue a commands Commands\MagicAdminCommand::class, (*8)

  4. php artisan magicadmin::install, (*9)

The Versions

03/08 2016

dev-master

9999999-dev

Crea un Admin Backend para Laravel 5

  Sources   Download

Apache

by Richard Arce

26/07 2016

v0.0.3

0.0.3.0

Crea un Admin Backend

  Sources   Download

MIT

by Richard Arce

26/07 2016

0.0.2-stable

0.0.2.0

Crea un Admin Backend

  Sources   Download

MIT

by Richard Arce

21/07 2016

0.0.1

0.0.1.0

Crea un Admin

  Sources   Download

by Richard Arce