<?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...
This is what I have done so far: public function scopeCityName($query) { return $query ->join...
I'm looking for a script that will allow users to add money to a user account. Thanks in advance for...
Is there a package out there for Laravel that will allow creation of dynamic Oracle database connect...
Hey there everyone, I'm pretty new to Laravel and MVC frameworks in general. I'm struggling to make...
I'm receiving the following errors when using $bindings with DB::statement. Is there an issue with t...
I would like to prevent some users from accessing certain database columns based on role management....
Hi all i'm stuck in a stupid problem that drive me crazy: Users Model class Users extends Eloquent i...
Hi All, New to Laravel and MVC so I'm a bit stuck and hoping I can get a solution from you. I have 3...
Hi everyone, I'm currently developing a small real estate app, and before starting, I was wondering...
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