im using laravel 4.2... idk this problem, but in localhost is running when in hosting im get error ....
Hi, in model Item I need in function all() to get array of different models (like groups, products,...
I'm migrating a platform builded over Yii Framework 1.1.16 to Laravel 5.3. I would like to know if t...
I'm wondering how to get the correct id on join without specifying the table or 'as' in the select p...
how to use pivot table data related two tables like posts and categories. post-model.php public func...
I'm trying to get a value from Dropdown List and send it to Laravel Controller via 'onChange' AJAX....
I have a set of relationships that looks like this: The users and agencies have a lot of data store...
I have a form that I want to be able to update multiple rows at once. I have found online the method...
Hello, I am trying to cache a query which is ordered by RAND() in my category->questions() relati...
Dear Laravel community, coming from other Web frameworks like Django, Ruby on Rails, etc., I have fo...
Need suggestions for a Q&A database design that I will use to interview small business owners. B...
So, this is weird. I have been implementing ontoMany relationships between users and various data se...
Good day I am using Laravel 5 and I want to store some environment settings like timezone or url in...
Hey there! I'm looking for a way to use FORCE INDEX FOR JOIN clause using the Query Builder, Basical...
$this->user->with([ 'organisations', 'organisations.posts' ])->get() The result of this is...
I'm using laravel 5 and I have problem with migrations. The migrate command has a --database option...
I have a date that's being selected in a datepicker in the following format using AM/PM Y-m-d g:i A...
How to solve this error would be greatly appreciated. Have googled but answers don't work
Hi! I've got this exception when I van to save Ő character into the database. What should I do? SQLS...
Hi, I would like to know what do you suggest for my next SAAS? Does AWS make the job? Or DigitalOce...
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