Skip to content

Application Setup

Lois Onyinyemme Bassey edited this page Mar 19, 2024 · 2 revisions

Installation

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
Clone this wiki locally