Resto is a Laravel project designed to [implement a reservations system for a simple restaurant].
- PHP >= 8.3
- Laravel Framework 10.44
- Carbon package
- Tailwindcss 3.0.7
Follow these steps to set up the Resto project:
- Clone the repository:
git clone [repository-url]
- Install dependencies:
composer install
- Set up environment variables:
cp .env.example .env
- Generate application key:
php artisan key:generate
- [Add any additional installation steps here]
To run the resto project locally, use the following command:
npm install
npm run dev
php artisan serve
[def]: Hello