티스토리 뷰
1.Crontab 설정
- Laravel Scheduler
* * * * * cd /project-path/ && php artisan schedule:run >> ./storage/logs/crond.log 2>&1
2.Command 실행
- Command signature 활용
- The name and signature of the console command.
php artisan command:go
php artisan command:test
php artisan api:go
php artisan api:test
'프로그래밍 > PHP' 카테고리의 다른 글
Laravel - Schedule 설정 방법 및 수동실행 방법 (0) | 2021.07.30 |
---|---|
[PHP] ssh2 모듈 추가하기 (0) | 2021.04.09 |
[PHP] mysqli 연동해보자. (0) | 2017.12.03 |
[PHP] mysqli 모듈 추가 설치 (0) | 2017.12.02 |
[PHP] Register_globals 설정 (0) | 2017.07.18 |
댓글