Hi community, I want to create multiple objects with a single click, I want to be able to create a G...
Hi guys! Using laravel's pagination it creates a url with ?page=2 but I want my url to be /page/2. I...
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...
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:...
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 have two Collections (\Illuminate\Database\Eloquent\Collection) called $admins and $users. Both co...
I am trying to get a bootstrap 3 modal to popup with buttons confirming delete before deleting cust...
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...
Hi, I'm trying to associate Users with workgroups... but I keep getting error call to undefined meth...
Hi everyone, I have some issue with relationships. this my database: user id - integer name - stri...
I'd like to get the number of times a tag is entered in the database. Not for a single tag but for a...
Don't know if I'm doing this right. I have two models: Projects and Clients. Projects table has the...
I get the message "depth too great" when querying a couple of relations. These are my mode...
I need to have some validation rules based on configuration files (those at app/config), so the rule...
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