- PHP 8.2 or higher
- Laravel 11.9 or higher
- Composer
- Clone the repository:
git clone https://github.com/your-repo/your-project.git
- Install dependencies:
composer install
- Set up the database:
php artisan migrate
- Start the development server:
php artisan serve