-
Clone the repository
-
Install PHP and Laravel dependencies
-
Install NPM dependencies
-
Create and setup .env file
cp .env.example .env
php artisan key:generate- Configure your database in .env and run migrations
php artisan migrate- Start the development server
php artisan serveThe application will be available at http://localhost:8000