-
Notifications
You must be signed in to change notification settings - Fork 0
Application Setup
Lois Onyinyemme Bassey edited this page Mar 19, 2024
·
2 revisions
Clone this repository:
git clone git@github.com:ThatLadyDev/microservices-api.git
Install dependencies:
composer install
Configure your environment variables:
cp .env.example .env
Update .env
file with your database and queue configuration.
Generate application key:
php artisan key:generate
Migrate the database:
php artisan migrate