Execute any Laravel action (not just commands) on any schedule from just one cron job! Inspired by T...
Whenever I want to edit an answer I just submitted, I get the error message Please review the form b...
Ooookeeyy... basically what you need is to define your relationship like so in the Authors model: pu...
Do you get any stack trace in your laravel.log file? That should help find the origin of the error.
So is version_authors a pivot table or a model table? And are authors and credits in a many-to-many...
It only inputs credit_id, because your SQL query only specifies (credit_id). I guess you want to add...
Did you copy the code from your app? If so you may just have a double-typo there: 'no-option' =>...
The Laravel portal for problem solving, knowledge sharing and community building.