Hopefully, the title is explanatory enough... I have a form request that is run when my form is subm...
Am i doing this right? I have created a CreateUserCommand but because of the context of the applicat...
I need to allow files to be downloaded, but have to track the number of times they were downloaded b...
How can I use customer.card.updated webhook in laravel cashier? Can any one tell me the steps.
Hello, I have a slight problem with route caching when using closures in the routes file. My routes....
Hi, I'm trying to upload an image to a S3 bucket. In a controller, a method called uploadPhoto() get...
Hi there! Say I have this url: http://myapp.loc/test/1 where its route is Route::get('test/{id}'). h...
Hello! Does anyone knows if there is a chance to somehow mock call to Cookie::get() method ? I know...
Hi, I got problem with my authentication. I need to make the guest login so they can get into online...
I have this basic model of a Contest with several Events, where each Player can have one result per...
Hey folks - my first post here, but been using Laravel for a little over a year now. I have an eCom...
Laravel: Using 5.0 I'm attempting to call a Model for data using Eloquent, I've already added my cus...
Hi all..I'm using laravel4.2.11 I have user table but i dont have "email" field in it but,...
i cant seem to find a good way to handle missing routes in Laravel5 . in laravel 4 we could use APP:...
Hey! I have just started to create a Laravel application featuring websockets. I have managed to cre...
I have a 'create event' form where I'd like for the user to be able to submit info along with a date...
Hi, I have this route in my routes.php: Route::get('/name/{id}.{format}', 'NameController@showName')...
My website has multiple data widgets that can be rendered for the user. These widgets are sub-views,...
If I use an MVC why can't I put all calls to the database inside my model? I'm watching Laracasts an...
I 'm deleting records with ajax code (in a javascript function): $.ajax({ typ...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community