Hello Mayank, You don't need to add the deleted_at to the dates array, the trait will handle that fo...
@Kenoli, I updated your post :) You can use the `sign to start a codeblok or use the codeblock butto...
The raw method doesn't have a second parameter, see: https://laravel.com/api/8.x/Illuminate/Database...
Hmm, do you have any middleware on that route that could change it? It sounds strange that you get a...
The first route is invalid, if you remove it you will be fine. Route::get('/', '');
The Laravel portal for problem solving, knowledge sharing and community building.