2017 © Pedro Peláez
 

library ebre-escool-ng-installer

ebre-escool ng is an application management schools

image

insebre/ebre-escool-ng-installer

ebre-escool ng is an application management schools

  • Tuesday, May 3, 2016
  • by rogermelich
  • Repository
  • 2 Watchers
  • 0 Stars
  • 6 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Laravel 5.2 Instal·lació

En Primer pas crearem un packet laravel, (*1)

 $ laravel new laravel-with-admin-lte
 $ cd laravel-with-admin-lte

Afegim el paquet ebre-escool-ng-installer amb:, (*2)

 $ composer require insebre/ebre-escool-ng-installer

Registrem el Service Provider editant el fitxer config/app.php hi ho afegim a l'array de Service Providers:, (*3)

/*
* Ebre-escool-ng AdminLTE template provider
 */
Insebre\EbreescoolngInstaller\Providers\EbreescoolngServiceProvider::class,

Per Registrar el Alias editem config/app.php hi ho afegim a l'array de Alias:, (*4)

/*
* Ebre-escool-ng AdminLTE template alias
*/
'EbreescoolngAdminlte' => Insebre\EbreescoolngInstaller\Facades\EbreescoolngAdminLTE::class,

Publiquem el fitxers amb:, (*5)

$ php artisan vendor:publish --tag=ebreescoolngadminlte --force

Utilitzem el force per sobreescriure els paquets de laravel, (*6)

The Versions

03/05 2016

dev-master

9999999-dev

ebre-escool ng is an application management schools

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roger Melich

laravel bootstrap javascript html theme admin adminlte pratt

03/05 2016

0.1.1

0.1.1.0

ebre-escool ng is an application management schools

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roger Melich

laravel bootstrap javascript html theme admin adminlte pratt

02/05 2016

0.1

0.1.0.0

ebre-escool ng is an application management schools

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roger Melich

laravel bootstrap javascript html theme admin adminlte pratt