本作品僅為研究及練習使用。
行事曆工作日使用公共 API : 政府行政機關辦公日曆表
- run
copy .env.example .env - run
php artisan key:generate - 設定 env,DB 連線資訊、Mailer 設定、LINE Notify 設定 (參考)
- run
composer install - run
npm install - run
php artisan migrate - run
php artisan calendar-date:upgrade初始化行事曆 - Running The Scheduler
- job 設定 (非必要)