This template project is inspired by Hugo Coder.
This project created with Laravel 10 and requires minimum PHP 8.1. You also need to install NodeJs (minimum v16) and NPM to make front end works.
- Clone the project
- Install composer packages
composer install
- Install npm packages
npm install
- Duplicate
.env.example
to.env
- Generate application key
php artisan key:generate
- Set the database in
.env
to match with the database credential, you can configure others too. - Run
php artisan migrate --seed
to migrate and generate database sample - Run
npm run dev
ornpm run build
This project is open-sourced software licensed under the MIT license.