Food Management System for restaurant handling food menus, receiving orders and staff details
composer updateorcomposer install- to install all the dependencies- Copy
.env.exampleto.envand put datebase name, password and other config details php artisan key:generate- to generate the app keyphp artisan jwt:secret- to generate jwt secret keyphp artisan migrate- for database migrationsphp artisan db:seed- seed for all the initial migrations
Used Scribe for APIDoc. The config files are located at config/Scribe.php and to generate APIDoc php artisan scribe:generate
New routes are not detected during development. Run composer run-script fresh to clear all caches, routes.