i am using Intervention package ( https://github.com/Intervention/image ) assume that things: got...
When I am running a migration from command line I am getting the response Application In Producti...
Hi, im trying to find or figure out how to select all results that doesn't have a relationship... an...
I'm brandnew with Laravel4 and I had trouble with Blade for several days. I searched in forums but I...
I'm try to add autocomplete to a form and it's not showing the results plus it's saying that 2 rows...
Hello guys, I have some posts. How can i display for example on profile page just the posts of a spe...
I want to call class via callback/closure like // call or register MyClass::make('name', function($c...
A little overview of attributes package in platform https://vimeo.com/97276329
Hi, I want to display a value from my model, but it always gives me '0' as an integer while the colu...
I'm struggling to get my head around migrations at the minute. I have an existing table with a forei...
Inside my function that is triggered by the 'created' model event, my object id is 0. My id column i...
I have tried in tinker cli: Schema::drop('pages') but it just drops the table 'pages', how can i dr...
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...
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