Order food together, never forget about payments.
Like any other Laravel based project:
composer install
cp .env.example .env
php artisan key:generate
nano .env # Set database fields
php artisan migrate
If you aren't familiar with Apache/Nginx, just use built-in server:
php artisan serve
Feel free to send pull request, you'll never be ignored.
The Szaming app is open-sourced software licensed under the MIT license.