Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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