Please follow the steps
- please clone the repository using command -> git clone (name of the repository)
- install composer using command -> composer install
- create env file using commnd -> cp .env.example .env In .env please update database name , password and username 4.for migration of tables Run the command -> php artisan migrate
- create application id using the command -> php artisan key:generate
- Run the command -> php artisan serce