sohelamin / crud-generator

Laravel CRUD Generator
https://packagist.org/packages/appzcoder/crud-generator
MIT License
1.41k stars 424 forks source link

Laravel 9 support #266

Closed fh32000 closed 2 years ago

fh32000 commented 2 years ago

add support for laravel 9 "appzcoder/crud-generator": "^3.2.2", php :8.0.2

fh32000 commented 2 years ago

@remailednet @ChangePlaces @johnnydoe82 @wink-

fh32000 commented 2 years ago

any update @remailednet @ChangePlaces @johnnydoe82 @wink-

jonashamm commented 2 years ago

Hi @fh32000 , I made a pull request to the maintainer (@sohelamin ), that should make this package compatible with Laravel 9. Hope it can be accepted and merged soon. In the meanwhile you could download my fork of the repo: https://github.com/johnnydoe82/crud-generator, and install it via the local copy, like described in https://stackoverflow.com/questions/29994088/composer-require-local-package#answer-39802804. Hope this helps for the moment.