I was using TestDummies in 5.0 but changed to built in Factory functionality in 5.1. but when i ran...
Hi everyone, We came up to create an ODM for Elasticsearch what is your idea on that?. The need came...
Hello everybody. I've started to use Laravel 5.1 and its pretty awesome, just wanted to play around...
Hello, Just downloaded Laravel 5 and am getting Call to undefined function link_to_route() Am I supp...
After a Laravel fresh install using ´composer global require "laravel/installer=~1.1"´ and...
I did a brand new installation of 5.1, and performed the chmod -R 777 on bootstrap and storage direc...
I keep getting "FatalErrorException in ArticlesController.php line 67: Call to a member functio...
csv contain information with item name,price,description etc.and csv contain around 500 records. I'm...
Hi i need to create a union of select queries in a for loop. following is my code. $union = DB::tabl...
Hi, Here is how we should(?) instantiate classes needed by a controller class (just an example): cla...
I'm trying to test a payment form with fields without a name tag like this: <form action="/w...
Hi, This is probably quite simple, but I can't quite figure out how to go about it. What is was tryi...
I have a Laravel 5.0 dev branch project from over a week ago. Since then, bower.json and .bowerrc c...
I've been trying to install intervention/image but I get the following error: Problem 1 Installa...
is there a good show case of laravel rest resource being verified via pre shared key?
Hello, Can someone help me with my problem or show example. I am a new user of laravel community. I...
I'm relatively new to Laravel so please forgive my ignorance. I'm creating an app and want to give t...
I have this Eloquent model. $order = Order::find(1); When I echo $order->Status; this should thro...
Hi, I found this line in the 5.0 documentation: abort(403, 'Unauthorized action.'); My question is...
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.