Skip to content

tongsonbarbs/expadigital

Repository files navigation

PLEASE FOLLOW THE STEPS BELOW BEFORE ANYTHING ELSE

Please follow the steps below:

  1. Make sure you have installed the following
  • PHP Version 8 or higher
  • Composer
  • NPM(Node)
  1. Clone the repository in your local directory
  2. Open terminal and redirect to the file location.
  3. In your localhost, make sure to create an empty database and update .env file to change Database Details.
  4. Run commands below:
php artisan key:generate
npm install && npm run dev

In another terminal, run:

php artisan migrate:fresh --seed
php artisan serve
  1. Use the below details for login as user registration was skipped and have a user account seeded.
[email protected]
testpassword

Enjoy!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages