5 Star Perks is MultiTenant i.e multi domain white label product to mange affliated marketing. It is earning website with logical tree to earn more.
- min PHP 8..
- composer install
- Create new database in Mysql
- Create new .env file and filled the requied Fields.
- Migrate The Database:
php artisan migrate
- Do Seeding i.e default admin user is inserted in database:
php artisan seed
- Run the project
php artisan Serve