2017 © Pedro Peláez
 

library delivery

Manage suppliers, batches and packages.

image

balzreber/delivery

Manage suppliers, batches and packages.

  • Monday, February 23, 2015
  • by balse
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 8 % Grown

The README.md

Delivery

Delivery Module, (*1)

Requires Laravel 5, (*2)

Installation:

  1. Load "illuminate/html": "~5.0" You have to add "illuminate/html": "~5.0" to your main composer.json file to load html/form/validation support., (*3)

  2. Load Package Add "balzreber/delivery": "dev-master" to your main composer.json file., (*4)

  3. Update Composer Run "composer update" to install illuminate/html and the package itself and all theire dependencies., (*5)

  4. Add Required Service Provider and Aliases Add 'Illuminate\Html\HtmlServiceProvider', to the providers array in config/app.php Add 'Form' => 'Illuminate\Html\FormFacade', and 'Html' => 'Illuminate\Html\HtmlFacade', to the aliases array in config/app.php, (*6)

  5. Database Migrations: Run "php artisan migrate --path=path/to/migrations" to migrate the db changes., (*7)

  6. Add Package Service Provider Add "Balzreber\Delivery\DeliveryServiceProvider" to the provider array in /config/app.php., (*8)

  7. Extends layout All views extend the 'layout' template as theire container., (*9)

The Versions

23/02 2015

dev-master

9999999-dev

Manage suppliers, batches and packages.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

laravel delivery balzreber