- PHP 7.4 to upper
- Node 16 to upper
- composer 2.5
- Download the source code from github repository.
- Extract the zip file.
- Create a database.
- Goto project folder.
- Run below commands:
conposer install
npm install
npm run dev
6.Copy .env.example filr to .env and Edit the .env file for database connection.
DB_DATABASE=your_database_name
DB_USERNAME=your_database_username
DB_PASSWORD=your_database_passward
- Then run below command:
php artisan migrate
php artisan key:generate
php artisan serve