Hi, First, I was unable to take the manual install path where I ran into dependency problem when I t...
Heya guys, Just finished a new package for Laravel that allows you to generate clean and accurate Mi...
how i can attach user_id to profile table when the user register because the register in laravel 5 b...
Most of the listbox I use, make use of the lists function i.e. ->lists('id', 'name') Is there a n...
I already created a column username and fill it in the users table that was used with the laravel 5...
Hi folks, I'm very new to laravel and just trying to sum a column within my pivot table of a model....
I've got a form to create a new user - it has name, email, a user role and password information. Tha...
I have table in database Posts - id - content - parrent_id all posts will insert this table and all...
Hello everyone - Learning Laravel 5 here - I'm creating a little app where there is a 'create user'...
I have a Laravel 5 website up and running beautifully on my VPS but I've decided to make some big ch...
I have a simple one-to-many relationship, like order to line items. I'm building a search form where...
I might be missing the point of Relationships with Eloquent with this one but, if I was doing it wit...
Hi, I have the 2 simple tables below: CUSTOMERS id email CLAIMS id customer_id (foreign key) descri...
I have a fresh install of Laravel 5 running on WAMP. So far everything is working well as far as rou...
Hi, I can't figure out how to filter my top products from the DB. I'm searching for an Eloquent way...
As the title says, I have some data. I am trying to update it just using updateOrCreate() method but...
I have been racking my brain to figure out the most 'eloquent' solution to this problem. Perhaps you...
Has anyone used laravel for database management migration management for several applications, as a...
Hi, Is it possible to use db query builder with two databases? I know that I can use a raw query wit...
I'm working in a web site where you can save records in indexeddb when the connection with database...
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