flightsadmin / livewire-crud

Generate Complete Livewire CRUD Including Component, Model, Views and Factories from database tables
MIT License
75 stars 31 forks source link

Various fixes #5

Closed alrik11es closed 1 year ago

alrik11es commented 1 year ago

Added backtick in sql query to get the table columns without error on mysql reserved words. Added the creation of directories recursively if it does not find the livewire dir required. Added a fix for this to work on any laravel 9 version. Various trailing spaces removal. Added .idea to .gitignore.

georgechitechi commented 1 year ago

Livewire-crud now has two branches.

v1 branch is for laravel <9.19 because that uses webpack to compile site assets,

v2 branch is for laravel =>9.19 which uses vite to compile assets. (This was added to laravel last year since version ^9.19)

Therefore restriction on package is per branch and the package will continue working on all Versions of laravel from v6 through to v9

georgechitechi commented 1 year ago

Thanks For Trying this out and contributing,

Will merge rest of changes once you revert <9.19