I am having the following in one of my controller's show($id) method. There is only this line in the...
I have laravel to automatically manage the created and updated timestamps when I create a new model....
Can someone please tell me why assigning the content of another variable to the protected $table var...
Im new to laravel. I changed something in the routes.php, e.g. handling a new different URI, changin...
I came across a "Whoops look like something went wrong" thing then I went to turn debug on...
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.