Jasper Frumau
Jasper Frumau
We decided to use Laravel Cache Facade for basic database request caching https://laravel.com/docs/master/cache . We however still seem to miss ways to cache Axios Requests so they do not have...
That is true. It does not update the migrations table and so on next migration it will complain tables already exist as it seemingly never ran those migrations before. In...
Perhaps https://github.com/laracasts/Laravel-5-Generators-Extended will be a good alternative.
Did some more research yesterday @MammutAlex . Though Laravel 5 Generators Extended is not a true replacement it does make migrations much easier as you can add columns and column...
@jase-languasco Good to hear it worked well for you too man.
`share()` was removed in 5.4 https://laravel.com/docs/5.4/upgrade . See https://github.com/laracasts/Laravel-5-Generators-Extended which should work with Laravel 5.8 and even 6.0
Opened a fork https://github.com/smart48/Laravel-Media-Manager-1 and updated some. Seems your changelog package https://github.com/ctf0/PackageChangeLog needs change also ``` Problem 1 - ctf0/package-changelog[v1.0.0, ..., v1.0.1] require illuminate/support ~5.5 -> found illuminate/support[v5.5.0, ..., v5.8.36]...
Did add https://github.com/smart48/PackageChangeLog as well, but we do need to double check PHP 8.0-8.1 and Illuminate/Support some for both still. Not sure what the best way to do that is...
> u can test the changes on the demo repo What repository is that? And then I guess I would need to change the `composer.json` to load my branch somehow.....
@ctf0 Sorry for the late response. Been really busy and several other packages are also not ready for Laravel 9. So you mean we need to update our composer.json to...