I have ran artisan migrate many times on my server, however today I am receiving a segmentation faul...
I hope it is okay just to link to the stackoverflow thread. I am rly confused about this behaviour a...
Hi gues i am working on a login functionality that increments the "no of login times" tabl...
I am querying a table and I wonder why Laravel make a count(*) query before my query that spend addi...
Any way to retroactively populate migrations using a database without any?
Hi Guys, So there, basically, i created a class in PHP that uses PDO (i'm connecting to an ODBC obvi...
Example in the docs: $user->roles()->attach([1 => ['attribute1' => 'value1'], 2, 3]); So...
Hello, I need convert query from mysql to eloquent mysql Query SELECT count('id_sale') FROM sales J...
I'm trying to write this first piece of line in Laravel. I thought I got it right, but not. I hope t...
There is one problem which I can't solve. I need to show a response only for users whose user_id was...
I have in my model several tables where the primary key it's not autoincremental, but it's a varchar...
I've got some code that I'm taking over and this is a quick sample of a bit of code I'm dealing wit...
I'm trying to send a basic verification email using Laravel and an account on mailgun.com. I've foll...
I have a web page that lists events, it is split into 2 categories: This week (today is FRIDAY so t...
When i try to print using blade syntax {{ $var }} "this is test" from database column type...
The database save is happening from ajax call and I am using hanlder class to validate database exce...
Do i? Lets say that my db is going to be well maintained by one person (me) and that no other applic...
Hi, i am having some trouble trying to change a connection's database key on the fly to let a model...
Hello Does laravel 5 have an artisan command for making the reminders table? I've tried what I've fo...
Hi there. Here is my problem I have an eloquent model called Notification with a polymorphism relati...
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.