JeffreyWay / Laravel-4-Generators

Rapidly speed up your Laravel workflow with generators
https://packagist.org/packages/way/generators
MIT License
27 stars 9 forks source link

The ReadMe needs fixing #454

Closed atahrijouti closed 2 years ago

atahrijouti commented 9 years ago

The following section is duplicated in the readme :

Next, update Composer from the Terminal:

    composer update --dev
Once this operation completes, the final step is to add the service provider. Open app/config/app.php, and add a new item to the providers array.

    'Way\Generators\GeneratorsServiceProvider'
That's it! You're all set to go. Run the artisan command from the Terminal to see the new generate commands.

    php artisan