UNPKG

generator-laravel-5

Version:

A yeoman generator for Laravel 5 applications where certain packages and BrowserSync are included.

46 lines (34 loc) 1.1 kB
# CHANGELOG ## 1.7.0 * Integrated laravel/telescope for Laravel 5.7+ applications ## 1.6.0 * Integrated spatie/phpunit-watcher ## 1.5.0 * Generating ide-helper files. * Creating a `database.sqlite` file in the database folder. * Integrated [EasyCodingStandard](https://github.com/Symplify/EasyCodingStandard) to check and fix the code style. ## 1.4.0 * Optional initialization of a local git repository. * Optimized documentation and code comments. * Optional integration of Laravel's auth layer. ## 1.3.0 * Fixed missing NPM dependencies in the context of frontend presets * Fixed the php artisan serve port in webpack.mix.js * Added more automated tests ## 1.2.0 * Supporting nodejs 10 ## 1.1.0 * Added support for Laravel 5.7.* * Linking storage to public folder ## 0.5.0 * Improved support for local or remote development. ## 0.4.0 * Added phpmetrics to the generator * Intrduced the CHANGELOG file * Added more automated tests ## 0.3.0 * Added automated tests ## 0.2.0 * Removed the fix application path. Now there is more flexibility. ## 0.1.0 * Basic implemenation of the generator