I have a booking table in database. I want to check everyday if the check_out
day of my database is equal to today's day.
Where should I keep (write) this code in my Laravel 5?
I have a booking table in database. I want to check everyday if the check_out
day of my database is equal to today's day.
Where should I keep (write) this code in my Laravel 5?
You should go through laravel Task Scheduling .
Laravel give facality to Scheduling any task file with use of Task Scheduling.