I want to introduce nice and useful package for DB revisions. It works out of the box with Eloquent...
When connecting to a remote MySql server (local network), each database query takes 20-30-40 or more...
As im dealing with a huge amount of data, i need the best grid package for laravel 4.2.* or any help...
I have a page where I can update my gallery and everything updates except for my images. If I use ec...
Consider the following simplified tables: https://gist.github.com/exnor/cff79953c6dace6c042c Many c...
hi i want save the client ip in my db so i add 'ip' => Request::ip() in create function in app\Se...
I'm able to display all my Hostings, but I would like to also display the name of the company that b...
I am trying to plan out my DB Schema and want to keep it DRY. I plan to have multiple tables for pos...
i'm using chumper datatables to showing data,I want to display data based on the user who is logged...
Timestamp fields are not being set automatically for ORM classes. "SQLSTATE[23502]: Not null v...
I am having problem with Laravel Eager loading with constraint. public function showAllOrders(){...
In migrations, I create a pivot table Schema::create('system_user', function(Blueprint $table) {...
Hello everyone. First case: At the database level have I created two users - "app_web_worker&qu...
Hi everyone, a "simple question" maybe it's not possible... I have this query repeated con...
In all examples I see pivot with tables relationship. Is it possible: I have result from one table [...
i use this query CREATE TEMPORARY TABLE temp1 ENGINE=MEMORY AS (SELECT a.account AS Account, a.name...
Laravel 5. I have 3 related tables. **Posts** user_id ... ... **Users** id ... ... **Tags** id nam...
Hi, I have one server in Forge and I've created 2 sites (site1.host.mydomain.com and site2.host.mydo...
So, I got sick of reinventing multi tenancy over and over again. I got so sick of it in fact, that I...
I have ran artisan migrate many times on my server, however today I am receiving a segmentation faul...
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