0% found this document useful (0 votes)
3 views2 pages

Readme: Resto Project

Resto is a Laravel 10 project designed for a restaurant reservation system, featuring an admin dashboard. It requires PHP 8.3, Laravel Framework 10.44, and Tailwindcss 3.0.7, with installation steps including cloning the repository and setting up environment variables. Users can run the project locally using npm and artisan commands.

Uploaded by

ye.christian27
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Readme: Resto Project

Resto is a Laravel 10 project designed for a restaurant reservation system, featuring an admin dashboard. It requires PHP 8.3, Laravel Framework 10.44, and Tailwindcss 3.0.7, with installation steps including cloning the repository and setting up environment variables. Users can run the project locally using npm and artisan commands.

Uploaded by

ye.christian27
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

AMR-Re/RESTOPublic

Laravel 10 enhanced restaurant reservation system with admin dashboard

• README

Resto Project

Resto is a Laravel project designed to [implement a reservations system for a simple


restaurant].

Requirements

• PHP >= 8.3

• Laravel Framework 10.44

• Carbon package

• Tailwindcss 3.0.7

Installation

Follow these steps to set up the Resto project:

1. Clone the repository: git clone [repository-url]

2. Install dependencies: composer install

3. Set up environment variables: cp .env.example .env

4. Generate application key: php artisan key:generate

5. [Add any additional installation steps here]

Usage
To run the resto project locally, use the following command:

npm install

npm run dev

php artisan serve

[def]: welcome.png

Releases

No releases published

Packages

No packages published

Languages

You might also like