Closed alrik11es closed 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
Thanks For Trying this out and contributing,
Will merge rest of changes once you revert <9.19
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.