Restaurant website to offer your products and manage it.
- Cart system
- Order system
- Auth system
- Add products
- Add categories
- Manage orders
composer install
copy .env.example to .env
# cp .env.example to .env
php artisan key:generate
php artisan storage:link
# after connect your database via .env file
php artisan migrate:fresh
# run the server
php artisan serve