Clone the repository
git clone git@github.com:mahmudulhsn/crud-laravel-app.git
Go to the project directory
cd crud-laravel-app
Run the command to create the .env file
cp .env.example .env
Run the command
make setup
Then run the command
make key
Then run the command
make migrate
Then run the command
make seed
Now your project is ready to run.