I need to use the cache driver = "file" for the cache to be stored and so I can use it in...
I have a column say placeditems where each time an user places his order a json object is stored.So,...
guys, i have this code. i intend to make whole document printed but only 1 row appear $query = mysql...
Hi, The github ticket https://github.com/laravel/framework/issues/15847 pretty much summarizes the i...
I'm trying to use Laravel's auth middleware for a resource route. I have it setup as the code below...
Hi, The test email is working fine but once send via the contact form its not sending email. how can...
I created a form that allows you to send form content to email. But I am looking for a solution that...
Hi Guys, showing error as example when click pagination number 6 show blank page and see in console...
Greetings I purchased a web app from a developer I met online he has not been very helpful since he...
hi, so i am using laravel and vue js and also using laravel passport for authentication method. i tr...
I would like the user can authenticate to my application either your email or your username , like G...
Hi Folks, From my local migrations folder ([project]-->app->database-->migrations), I manua...
Hi! I have a site where the user can watch videos. I prefer not to link to the video directly (as yo...
Hello everyone. Is it possible in Laravel to apply the same validation rule to multiple fields? For...
Hello together, I currenty try to implement broadcasting with Pusher and Echo. It is working with pu...
Hi to all. I am implementing a RESTfull application and I would like to serve the content in many la...
i am using POST method to edit the user web.php Route::match(['get','post'],'/editUser', 'UsersCon...
Is there a way to pass every variable in a controller action, to the view automatically? So if I hav...