My route use where() to custom input url Route::get('article/{id}', 'ArticleController@getIndex')-&g...
Take for instance .env.local.php: return array ( 'Foo' => array('a', 'b', 'c'), ); Result of t...
i'm using Route::controller to view and edit form. in this action laravel say : Symfony \ Component...
I am trying to figure out how to get a specific 3 table relationship working. I have a business list...
I try to find the to make paginate with out use a lot of process on database like, select all() and...
I have this eloquant model chain which works fine but I would like to add the count of matched recor...
Hi, I've just started using homestead and want to have multiple sites on the same VM. However, Homes...
I have a service provider setup like this: $app->bind( 'MyApp\Repositories\Thing\Thin...
So I have a controller method which requires an argument to be passed through. public function stor...
I am using Laravel Commander to use the command bus to handle everything in an app I am building. I...
This is my all code I don't know why my Controller didn't know the constructor http://help.laravel.i...
Hi, just wondering which Caching Method to choose from - which is the fastest?
I'm trying to customize a package (chumper's datatable bindings) and therefore would like to be able...
hello to every one, I am trying to sort multiple tables like this; //Controller http://laravel.io/bi...
Hello, I am porting my current website over to laravel and I'm having some issues. I'm trying to lis...
I post from ajax to a Controller and I do some authentication there. If the authentication fails I s...
Hey there, If I have used psr-4 autoloading e.g. "psr-4": { "Admin\": "app/...
hello all am new to laravel and now am trying to build a web app with it, the problem i have that i...
I ran into an issue that I was not able to track down. I am accepting base64 strings as a route para...
Assume i am going to fetch country list. $country = Country::get(); foreach($country as value){ ec...
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.