Skip to content

domsius/mindletic

Repository files navigation

Laravel Dockerized Application

Step 1: Clone the Repository

Clone the repository to your local machine:

git clone https://github.com/domsius/mindletic
cd mindletic

Step 2: Configure Environment Variables

cp .env.example .env

Step 3: Build and Start Docker Containers

docker compose up --build -d

Step 4: Install PHP Dependencies

docker exec -it laravel-app bash
composer install

Step 5: Install Node Packages

npm i
npm run build

Step 6: Generate Application Key

php artisan key:generate

Step 7: Run Database Migrations

php artisan migrate

Step 8: Access the Application

Once the setup is complete, you can access your application at http://localhost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages