I have a Laravel project (listing cms), which has the ability to run a query automatically. When I create a new record, it checks the date of that record and runs some queries to the database. Does this mean the serviceprovider
is running all the time?
Asked
Active
Viewed 29 times
0

Adam Hopkins
- 6,837
- 6
- 32
- 52

Aldi Fajrin
- 3
- 3
-
1Not sure what you're asking. Laravel generates PHP and PHP doesn't work all the time but is called by HTTP requests.. – YakovL Aug 28 '16 at 16:40
-
[Check this, may help you.](http://stackoverflow.com/a/20440143/741747) – The Alpha Aug 28 '16 at 18:49