Yurich

Results 2 issues of Yurich

- [x] Get rid of some dependensies (bootstrap, jquery) - [x] Move from JWT-auth to Sanctum - [x] Switch some dependencies (moment -> day.js) - [x] Implemet linters (php and...

documentation

With the latest laravel you can do cron: image: php-laravel # you laravel app image container_name: cron command: php artisan schedule:work volumes: - ./src:/var/www/html depends_on: - php networks: - laravel