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_...
I am trying to write a link (just like ahref) in my VIEW to another VIEW page in the app. How do I...
Hello everybody I recently pulled down a package that was depended apron the new psr-6 cacheing inte...
I have Property model and in it I have relationships with few other tables. Here is an example for t...
Hello. I am trying to use Dingo's 'basic' api.auth middleware to protect my API endpoints. The user...
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