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...
I have a problem that I'm hoping someone has either run into before, or has an idea of the possible...
Simple question and I am sorry if it was already stated elsewhere; Do I have to upgrade to each vers...
I am following a tutorial for Laravel 5 beauty and in the last tutorial titled "Cleaning up the...
As I was getting tired of creating translation files and maintaining big arrays of translations, I l...
The docs for L4.2 show examples of how to use exists with values for a 'where' clause when checking...
I have a model, Order, that has an updated event. use Illuminate\Database\Eloquent\Model; class Ord...
I have a unique use case I am trying to write a laravel application for. I want to authenticate user...
I want to create a website and their cms to create page and their link dynamically I opted the code...
I have one middleware, which merges customerId to each incoming request. if ( ! $request->has('cu...
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