Note This application is outdated, you must update dependencies of both JavaScript packages and Composer packages by yourself after pulling this repository in order to stay safe and secure.
Resto is simple restaurant application (for testing purpose only)
- Copy all files to your server/OR localhost root
- Import provided SQL file to your database
- Connect your database to Resto app by editing
.env
file
- If you don't want to use pre-built database (which I suggest you to do, in order to see built configs), you can run commands below
php artisan migrate
php artisan db:seed
- If you set your application properly and seeing an error or white page run commands below:
composer dumpautoload
php artisan cache:clear
php artisan view:clear
Resto is open-sourced software licensed under the MIT license.