How do I query 2 different tables and yet sequentially display them to the user based on date of ins...
i have tried to create biginteger column like Schema::create('person', function(Blueprint $table) {...
Hi Laravel community, I have an existing PHP + MySQL application (Content Management System), which...
Hi, I'm having a high number of SQL queries when I enable pagination in my view. I basically have co...
Hey there :) Even though I do know that there is quite some overhead using magic functions / eloquen...
I was hoping to get some ideas for posting data to multiple tables in mysql. For example. I want to...
I have a Book table that has a column for stocks count.For example the beginning stocks of a certain...
Hello, I am having problem querying my database. If anyone can help it would be very appreciated. I...
I've used Image/intervention to manage my images. It works great when I'm storing a record, but when...
So here is the scenario You can paginate a set like this ~~ $books = Books::where('price', 1)->pa...
Hi there - anybody know how to fix this? $sales = OrderLine::with(array('Order' => function($que...
I'm developing my first Laravel-based application from scratch, and designing as I go, so the databa...
Hi, I have a many to many relationship set up between a Posts table and a Tags table with a post_tag...
Hi all, I'm looking for some help with this polymorphic conundrum... I have a Journey table: Journey...
Hey everyone, I have a Profile model which has one identity and that identity could be a passport or...
I get this error when I logout (http://example.com/logout). I click on a link which takes me to the...
Hello everyone. I have such models: company, contact and note. Company and contact has a lot of note...
in table 'materials' columns are 'id','unit_id','description','category_id','created_at','updated_at...
Hi! Im looking for the best way to ensure that my objects are being saved properly What im doing $us...
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