Laravel
Permissions for Cache
Other Option (might be best to combine)
Use below if you want identifier other than ID to be used with routing. (passing in User $user in a controller for example)
With Notifications, class name CANNOT end in Notification. For example, ResetPasswordNotification (as of Laravel 5.4) will have issues when passing in objects via the constructor of the notification class.
Retry failed jobs
Replace 100 & 150 with the first ID of a failed job & the last ID of a failed job. (see php artisan queue:failed)
Create Model with Migration
Last updated