1

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?

Tuan Ha
  • 620
  • 2
  • 8
  • 25
Daman
  • 19
  • 1
  • 3

2 Answers2

2

You are looking for Task Scheduling

Here is a link for a Good Tutorial!

John Roca
  • 1,204
  • 1
  • 14
  • 27
1

You should go through laravel Task Scheduling .

Laravel give facality to Scheduling any task file with use of Task Scheduling.

vipul sorathiya
  • 1,318
  • 12
  • 23