Download the PHP package viezel/dock without Composer
On this page you can find all versions of the php package viezel/dock. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor viezel
Package dock
Short Description Docker for Laravel Development
License MIT
Homepage https://github.com/viezel/dock
Package dock
Short Description Docker for Laravel Development
License MIT
Homepage https://github.com/viezel/dock
Please rate this library. Is it a good library?
Informations about the package dock
Dock
Local development based on Docker for Laravel.
This setup includes:
- Nginx (latest)
- PHP 8.1
- MySQL 8.0
- Redis Caching
- Redis Queue
- Mailhog (local mail development)
- Xdebug
- Node, npm, npx and yarn. Use
dock npm
etc. - Laravel Dusk E2E browser testing. Use
dock dusk
Installation
Prepares docker compose and your .env file for docker based development
Use dock stop
to stop the development server.
Create a testing database
If you want to have a MySQL testing database, just run:
Customize Your Docker Setup
If you want to customize the docker setup, then run:
Commands
Running dock
will give the list of commands.
Credits
Credits to Chris Fidao for creating Vessel and Taylor Otwell for Sail.
- Mads Møller
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of dock with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0|^8.1|^8.2
illuminate/contracts Version ^8.0|^9.0
illuminate/support Version ^8.0|^9.0
illuminate/contracts Version ^8.0|^9.0
illuminate/support Version ^8.0|^9.0
The package viezel/dock contains the following files
Loading the files please wait ....