Web interface displaying Kantine menus.
Written in PHP/Laravel and VueJS.
- PHP >= 8.3
- NodeJS >= 23
- FontAwesome Pro 6 license, with a configured .npmrc file
git clone https://github.com/carsso/kantine.gitcp .env.example .envvim .envnpm installnpm run buildcomposer install --no-interaction --prefer-dist --optimize-autoloaderpython3 -m venv scripts/
scripts/bin/pip3 install -r scripts/requirements.txt -U
scripts/bin/python3php artisan optimizephp artisan storage:linkphp artisan queue:listenphp artisan reverb:startgit clone [email protected]:carsso/kantine.gitInstall PHP dependencies with Composer
composer installInstall JS dependencies with NPM
npm installcp .env.dev.example .envvim .envphp artisan storage:linkpython3 -m venv scripts/
scripts/bin/pip3 install -r scripts/requirements.txt -U
scripts/bin/python3npm run devphp artisan queue:listenphp artisan reverb:start- This project is licensed under the MIT License - see the LICENSE file for details.
- The Laravel framework is open-sourced software licensed under the MIT license.
