Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nanato12/okojo-gm-oss
おこじょGM OSS
https://github.com/nanato12/okojo-gm-oss
javascript laravel8 linebot php8 vuejs2
Last synced: 15 days ago
JSON representation
おこじょGM OSS
- Host: GitHub
- URL: https://github.com/nanato12/okojo-gm-oss
- Owner: nanato12
- License: gpl-3.0
- Created: 2021-03-02T14:53:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-29T00:45:55.000Z (over 3 years ago)
- Last Synced: 2024-04-21T17:22:52.144Z (8 months ago)
- Topics: javascript, laravel8, linebot, php8, vuejs2
- Language: PHP
- Homepage:
- Size: 1.64 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# okojo-gm-oss
LINEBot おこじょGM OSS## Local setup
```shell
% cp ./env/okojo-gm/.env.dev ./laravel/.env
% docker-compose up -d
```## Cron
```
% crontab -e
```Input this.
```
* * * * * cd ~/okojo-gm-oss/laravel && php artisan schedule:run >> /dev/null 2>&1
```## Reference
- Laravel 8.x タスクスケジュール
https://readouble.com/laravel/8.x/ja/scheduling.html