Skip to content

Docker for Laravel PHP 8.2, Composer, MySQL 9.1, Ngnix, xDebug

Notifications You must be signed in to change notification settings

TheBlackJJoker/docker-for-laravel

Repository files navigation

Docker for Laravel

PHP 8.2, Composer, MySQL 9.1, Ngnix, xDebug

To do first

First init .env for work anything else

    make init

Docker managment

Run docker containers

    make up

Down docker containers

    make down

Rebuild docker containers

    make rebuild

Install Laravel, NPM and FILAMENTPHP

    make laravel
    make node-install
    make filament-install

Use in development

Jump to php console for artisan, composer etc.

    make php

npm run dev

    make dev

npm run build

    make build

Links

http://localhost:61000 - your application

About

Docker for Laravel PHP 8.2, Composer, MySQL 9.1, Ngnix, xDebug

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published