I've gone through the documentation for scheduling (https://laravel.com/docs/5.2/scheduling) and I u...
I have an old laptop and I want to use it as a dev machine to take with me when I go fishing (I don'...
My array ($response_array) is like this : Array ( [Auth] => Array ( [User...
Hi guys, I followed the instructions at https://laravel.com/docs/5.2/homestead When I run vagrant up...
Hi, I'm trying to make an uploader. Everything works fine, except the temporary filenames are saved...
sorry for the newbie question, i am trying to understand what is the proper recommended way to upgra...
Wouldn't it be great if the community of Laravel developers could showcase, and even earn money from...
Hi I am failing to insert multiple checkbox values to database. it returns the error: ErrorExceptio...
Hey guys, currently I'm looking for a way to add a column within a controller with a name, that's ba...
Hi, i have been try to mock the Carbon object end something like shoudRecive now method, but i have...
I couldn't find in the docs how to change authenticating against an email to something else. For ins...
I am rebuilding about 40 different automotive dealership websites and would like to consolidate them...
Hi Guys, Currently i'm playing with Maatwebsite Excel package, the import handlers. http://www.maatw...
I have two models: Order and Item. There is a many-to-many relationship with a pivot table linking a...
I'm trying to run this query: $products = $this->product_model->where(function($query) use ($k...
Hey folks, I'm getting a MethodNotAllowedHttpException when trying to use the HTTP method DELETE for...
Create migration from database Step:1 -> run these commands separately 1: composer require --dev...
Hi, I'm new to Laravel. I use the Laravel 5.2 default authentication; in App/User.php we have the de...
I'm using the Form Request validation, but how do I validate my pivot tables? For example when I att...
In this example: Tables Person id firstname lastname Company id companyname Item id attachedto_...
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