
Display all tasks in an authenticated admin panel as a task list view with a table showing description, last run, average run, and next run.
Learn to edit and delete tasks in a Laravel admin panel by using route model binding, forms for update and destroy, and redirecting with status messages.
Build a Laravel task scheduler admin panel that fetches active tasks from the database, schedules them with cron expressions, and runs scripts and artisan commands, while logging output and results.
This lecture demonstrates adding query caching in a Laravel admin panel, caching active tasks with remember forever, and clearing the cache via a task observer on create, update, or delete.
Improve your Laravel knowledge by creating a real-life project that uses advanced techniques like task scheduling, events and notifications.
Create a task scheduler admin panel using the latest Laravel Framework.
By the end of this course, you will acquire sufficient knowledge on:
Task Scheduling
Events and Listeners
Model notifications
By using Laravel, you not only can improve your development speed but you also deliver better looking projects.