A Lumen REST-API for the "Veganresan" mobile application. Endpoints for adding and listing meals with authorization is available.
- Install all dependencies
composer install - Ensure
/storagefolder is writable by the webserver - Create a sqlite database file
touch database/database.sqlite - Copy
.env.exampleto.envand update all variables - Copy
app-versions.example.jsonto/storage/app/app-versions.json - Ensure symlink from
/public/storageto/storage/app/publicexists, if not, create it:ln -s ../storage/app/public/ ./public/storage - Run migrations
php artisan migrate