nafiesl / SimpleCrudGenerator

Faster test-driven development for CRUD feature in Laravel project.
https://packagist.org/packages/luthfi/simple-crud-generator
MIT License
170 stars 51 forks source link

Laravel 6 support #19

Closed novakben closed 4 years ago

novakben commented 4 years ago

Hey! Cant be installed in Laravel 6 :/

nafiesl commented 4 years ago

Hi @novakben, you may try this for laravel 6 installation.

$ composer require symfony/css-selector:^4.0
$ composer require luthfi/simple-crud-generator --dev

Referring to this issue https://github.com/nafiesl/SimpleCrudGenerator/issues/17#issuecomment-569461882, it should work.