Hi Everyone. I Was wondering why Eloquent use count(*) to join between two tables? For exemple, if I...
Im new to laravel and hoping someone can help me out. I have a simple classifieds page that pulls a...
I am trying to retrieve and show with a blade file more than one record and cant figure out how. If...
Hi, Any idea how to add an item to the beginning of the collection without altering the collection k...
MySQL docs states: The supported range is '1000-01-01' to '9999-12-31' But if I create a carbon obje...
I have been banging my head for the last few hours trying to get this to work and have started to qu...
I have a table called dealer_services having structure as id dealer_id (foreign key) bike car financ...
I have this input in my view: {{ Form::text('first_name[]', null, array('class'=>'form-contro...
Thanks everyone for your support on Larashop tutorial project. Based on requests, we just published...
Hi all, I have two models: posts and likes. Posts and likes have one-to-many relationship (so, one p...
During registration, I am inserting rows into various tables which references another table using fo...
I am working on a project that gets criminal and credit reports for renters from a Credit Bureau. Th...
Hello, Is there any way to migrate the testing database only once before all the tests? The Database...
I want to add multiple where clause and multiple field to update in a single query. The code below d...
Hi, I have a table like this: id mobile_number code position_id 1 123123 1...
I am working on social app where user can invest on many projects and each project corresponds to a...
hello , i have some troubles when i try to save into a manytomany's relationship basically i don't k...
I am trying to return an image, however I cannot get the 'Content-type' to set and when I navigate t...
Dear All! In an application I have to track data table record changes, so I need to define some even...
I am attempting to save a related model (Access.php) from my AuthenticationController on login Authe...
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