mina4lfy/laravel-docker

Adds docker support for Laravel projects including the following services: MariaDB, Redis, Supervisord, and PHP/Laravel.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Dockerfile

v0.1.0 2025-03-18 01:46 UTC

This package is auto-updated.

Last update: 2025-03-18 01:52:20 UTC


README

Laravel Logo

Build Status Total Downloads Latest Stable Version License


Publish docker files.

php artisan vendor:publish --tag=laravel-docker

Start your Laravel app. Use --reinstall to run migrate:fresh --seed for the first use.

chmod +x ./devops/*.sh && ./devops/docker-restart.sh [--reinstall]