I keep getting the error "Call to a member function delete() on null" for the following, w...
I am using XAMPP to develop my laravel project on my desktop PC. The project folder is copied from m...
When my code gets into an exception, laravel.log is not generated in the app/storage/log directory....
I have the following in my controller, I want to get to the POST (store()) method of anotherControll...
Is it possible to add a restored_at timestamp for restoring soft deleted records?
I POST the entire string of the variable data mentioned above. And I am receving it in Laravel with...
I tried that $casts protected array, but the toArray() outcome is the same...
Thank you sp01010011, but what if I want to return a token to the user after the auth middleware is...
Basically can I forward some JSON to into $next($request) and then return the whole thing? If it isn...
Thanks for your help, but I am using a middleware but not AuthController... I cannot use the protect...
The Laravel portal for problem solving, knowledge sharing and community building.