Hi all, I have 3 tables: books, authors, and publishers. Books-authors and authors-publishers have o...
I have gained fundamental knowledge concerning Laravel and then I have created simple app called Wor...
A third party software will visit my laravel project with a link. But this link has a extra slash. I...
I need help writing a query in eloquent from three tables, where fields table, field_value and users...
Hi, just messing with some facebook auth and noticed that on the request before i Redirect::to( '/'...
I am simply just doing this $me = \Auth::user(); return $me->program()->get(); GIVES me; Inva...
Hi, into a migrations file, is it possible to define a logical view creation? or just only normal ta...
I have a lot of form fields on my html page, so how can i quickly map each form field name to its co...
Hi, after upgrading to 4.2 artisan gives this error "Argument 1 passed to Illuminate\Mail\Maile...
Needing to redeclare the configuration settings when sending just one particular mail in the app. Wo...
I'm creating an API in which routes are already made like: Route::post('/keyword/{keyword}/{page?}',...
Is it possible to acces controller methods from View ?
Hi, As I said in another post I'm trying to do my own CMS. I have several articles in my db, each ar...
Hi everyone, I'm currently working on a theme engine for a project of mine and while checking if the...
I have a model like this: namespace Models; use Eloquent; class Sites extends Eloquent { public...
Newbie alert! :-) I am sitting with a unique problem where multiple users for my application may be...
Hi Guys, Just a little heads for those who may have experienced this issue: I usually add a default...
hi i have multiple categories and each category has many posts, i want fetch 4 last posts for each c...
I've seen some threads that are potentially similar (e.g. http://laravel.io/forum/05-01-2014-eloquen...
Hello guys, first post here. :) So today I created a new table on the project I have been working fo...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community