Blog



1
Take WayGenerator (https://github.com/JeffreyWay/Laravel-4-Generators) for example the installation instruction teaches us to install by adding "require-dev": { "way/generators": "~2.0" } into composer.json. and add 'Way\Generators\GeneratorsServiceProvider' into app/config/app.php ‘providers’ array   However, if you do composer install –no-dev    (install without require-dev packages) or when you deploy to PaaS platform like heroku. […]

composer require-dev and laravel provider registration problem