InfyOmLabs/laravel-generator

[Feature]: Add Laravel ^9.0 support for all InfyOmLabs Packages

robertmarney opened this issue ยท 7 comments

[Feature]: Add Laravel ^9.0 support for all InfyOmLabs Packages

@robertmarney we are planning it to be done by end of next week for all of our packages.

Thank you!

Dears,

Thank you for working on this feature. Any update yet about the release ?

Regards,
Abdulla

@Buhadod yes, Most of the packages which are marked as checked above are done.

Not sure why files are deleted in InfyOmLabs/adminlte-templates/tree/develop/templates/scaffold/layouts in this commit.
Several command can't be run because of missing stub files.

@skys215 Those files are removed because, in the newer version, template packages are dependent on respective laravel-ui packages.

For example,

adminlte-templates has dependency of laravel-ui-adminlte. Check here: https://github.com/InfyOmLabs/adminlte-templates/blob/v4.0.0/composer.json#L23

so we don't need to manage double scaffolding. But realized that, it is breaking the localized version. so that will need to be fixed.

If you really understand it, then you are welcome to place a PR :)
Or We will plan it.