I am saving an Eloquent model to a MySQL database, however all the request input is not saved, despi...
I'm trying to setup a cron job to run a custom Laravel command, however, on my production server php...
Okay, I figured it out. And I feel dumb. The flow of my code is to first add a new payment and then...
For what it's worth, using the same exact code in a database seeder does work.
And I tried setting job_id explicitly but no dice either: $payment = new JobPayment; $payme...
PovilasKorop said: @anakadote - just for the sake of testing, could you try to add them as $fillabl...
I have confirmed that the model is be updated with the given data before the call to save(). And it...
The Laravel portal for problem solving, knowledge sharing and community building.