I have the following relationships between my models Member public function memberships() {...
Started having the following errors as the size of my database grow. It's at about 4GB now for this...
display me this this error and i'm trying to run this migration specially this part: pastebin.com/7X...
New to laravel, coming from codeigniter and i'm trying to port over and clean up my project. I have...
Hi, i used to use laravel with mysql on hostings. Never use AWS or managed a Server by myself. For a...
Hello people! https://github.com/24aitor/laralang Recently I released Laralang 3.0, a translation p...
I have the next tables: producto recurso_web producto_recurso_web So in my Producto model I have t...
How can i get item by it is id from LengthAwarePaginator? I have tried something like this: {{$categ...
Is there a simple way to do a "sync" (as per a many-to-many) relationship in one line betw...
Hi guys , I am importing an .xlsx file to a mySQL database. For reach row, I would like to count the...
Hi, I'm currently splitting a larger app into smaller modules and would like to split the defined fa...
Hello Laravel Nation, I recently spent some time on figuring out how to write logs in Laravel with a...
https://github.com/laravel/framework/issues/11881 Yesterday I discovered a model factories but I got...
I have own search filter, like that: public function search(Request $request, $counter = 5){ $sear...
Hi all, I just updated my dependencies (composer update) on my current project to their most recent...
I'm using laravel homestead with php5.6 and mongodb 3.2 installed for my laravel server, and I can u...
Hello! I am trying to create a dynamic menu in my header view of all my pages. (I am new to Larav...
Hello! I have a problem with some text that I pull out of a mysql database which contains diacritics...
Hi, We're expecting problems on a odbc connection bt pdo, while it works well directly. Example: vag...
In my application I have a model User which can have many List, but a List can only have one User....
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