I am converting a site with 50+ tables, some have 35+ columns and setting up the controller / views...
How do I go about using foreign keys in eloquent. I am building a forum application, just so I can g...
Hi, if i was about to use a complex algorithm which as well uses his own class, where would i implem...
Hii, i need a free or open source IDE that has support for laravel code completion and also has a de...
Hi, this is my first post. I'm pretty new on Laravel and I've a question about some query I've to do...
Hi I installed frozennode Administrator package .it's awesome but I have a problem with it. when I w...
Hello! I'm creating new model using the mass assignment: $item = Item::create($itemAttributes); dd($...
As the title states is it better to create site auth system from scratch using Laravel or use a alre...
hi according http://gastonheim.blogspot.com/2013/09/laravel-integrar-sentry-y-administrator.html I t...
I'm using this package inside my own package: https://github.com/aws/aws-sdk-php-laravel How would I...
Hi guys, I have a table with records created per specific action, I am trying to count records per d...
Hi, I've never used frameworks or MVC before. I have been told that it would be easier, but everythi...
I'm using this example from the documentation: '$users = User::with(array('posts' => function($qu...
What is the schema for the database table to store Array or stdObject in a column ? When I use ->...
Hi, i have first laravel project, i have uploaded on share hosting, when i open www.mydomain.com is...
I need help to implement a web service in a laravel driver, please can you help me because I do not...
Salam, We are using Laravel-4.2, and we are developping on linux machines, the problem is that we ha...
So I have my main site setup in laravel and everything works fine, my issue is I am trying to setup...
Hi Guys, I have been trying to get my head around this. I have a method thats wrapped with a DB::tra...
Hello, I was trying to add a column / foreign key to the table in the following manner : public func...
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