I prefer using foreign key columns wihout any suffix (like 'user' rather than 'user_id'). I can live...
hi everyone according to the question, i want to get column name when update a record. i need this i...
I'm looking for the best approach to add an InsertIgnore method to Laravel's query builder. I can ac...
Hy all, I'm quite a beginner with Laravel and trying to build a website for the world cup 2014 in Br...
The website that is connected to a remote database is running slow, any tips/advice how this can be...
Hi community, I want to create multiple objects with a single click, I want to be able to create a G...
I have the Users and Items tables on a many-to-many relationship and what im trying to do is only di...
$cookie = Session::put('test','selected'); $test = Session::get('test'); dd($test); I'm getting sele...
<?php echo $users->appends(array('sort' => 'votes'))->links(); ?> I do a GET form sub...
$cookie = Cookie::forever('test','selected') $test = Cookie::get('test'); dd($test); I'm getting NUL...
My current project force me to use zend framework. However, i'm familiar with Laravel framework, esp...
Hi. I'm migrating an old database to a Laravel-based app. One issue I'm coming across is that during...
I'm trying to make it so someone selects an amount to add to their credits field in the users table....
Hey guys, Im only new to this, so sorry if its a stupid question. Background: I have 3 databases tha...
Hi All. Having an issue when I run $result = DB::select in a Model it then outputs the $result array...
Hi I have one scenrio. their is static content in database table. My table look like this. id ti...
Hi, i have a little problem trying to order the first table based on the second table column. Table:...
I am setting up a store for my client. They use Shopify... So in order to get login working for cust...
For some reason, I cannot catch DB exceptions inside a seed class: the code never enters the catch b...
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