Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 490 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 490 Bytes

5 Star Perks

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.

Pre-requisite

  • min PHP 8..
  • composer install

Run

  • 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