Get Started in Minutes
Follow these simple steps to get your Laravel application running with Docker
Install Laradox
Add Laradox to your Laravel project via Composer
composer require adityarizqi/laradox --dev
Install Laravel Octane
Add Laravel Octane for high-performance serving
composer require laravel/octane
Run Installation
Install Docker configuration files and helper scripts
php artisan laradox:install
Setup SSL Certificates
Generate local SSL certificates for HTTPS development
php artisan laradox:setup-ssl
Start Docker Containers
Launch your Docker environment and start developing
php artisan laradox:up --detach
🎉 Access your application at https://laravel.docker.localhost
Read Full Documentation