I am trying to implement my own Achievements system that assigns Titles to Users. The TItles are awa...
Hey, I have an existing database with float(10,2) fields in some tables. When I return Model::first(...
Do you use Eloquent in your apps? It's simply fun to work with, right? I think the same, but after s...
One interesting question popped up in my head today. I don't actually need it, but I just wonder if...
Hello, I am getting Unknown column 'categories.slug' What am I doing wrong in L5? Thanks [code] $pro...
My Laravel 4.2 app uses PostgreSQL on Heroku. Yesterday a weird problem appear when php artisan comm...
So just wondering if this is possible (or even smart) before I dive in too quickly. I have three mod...
Hello guys! I am building an application and I have these models: User, Announcement, BookAnnounceme...
Is it possibly to make a WHERE query on a eager loaded relationship? Say my users table has a name,...
I have 2 tables I want to seed, Users & Tags. I can seed Users but it gives a "[ReflectionE...
I've created new migration for new table in database. When I try to "php artisan migrate"...
Hello to everyone, there is any way to create the CRUD from a database such as other frameworks like...
Hello so I've been using PHP + PDO for a while now and wanted to try out Laravel, however when I did...
Hi. I am fairly new to Laravel so forgive me if this is a beginner question :-). I am currently tryi...
I have the following tables in my database: recipes id name users id name badges id name badge...
Hello, I currently have a page that lists all of the 'products' in my database by name. I am trying...
Hello guys. I'm wondering how i can do single change in single table without affected on other table...
I'm very new to Laravel and PHP really. I'm progressing really well and I absolutely love Laravel ho...
Hi, I have to make multiple updates and i want to make to run just only once. In php we have mysqli_...
Hi I still can't connect to database properly. When I type the commands below. php artisan migrate...
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