This repo is designed to be used in conjunction with Next.js repo.
Username: admin
Password: password123
- Clone Repo
- Create database using the provided seed.sql
- Run
composer install
to install - Copy .env.example in terminal
cp .env.example .env
- Run
./craft setup/security-key && ./craft setup/app-id
- Make sure
DB_DATABASE
and other credentials in .env matches the database setup of your Craft installation - If using Laravel Valet, the URL for the admin should be http://verse-craft.test/admin.
- Login using credentials displayed above
- Copy the Bearer Token and replace it in the frontend repo .env (Omit the 'Authorization: Bearer' as this isn't required)