Please follow the steps below:
- Make sure you have installed the following
- PHP Version 8 or higher
- Composer
- NPM(Node)
- Clone the repository in your local directory
- Open terminal and redirect to the file location.
- In your localhost, make sure to create an empty database and update .env file to change Database Details.
- Run commands below:
php artisan key:generate
npm install && npm run dev
In another terminal, run:
php artisan migrate:fresh --seed
php artisan serve
- Use the below details for login as user registration was skipped and have a user account seeded.
test@admin.com
testpassword
Enjoy!!