Laradock
跳到导航
跳到搜索
Note
laradock 是为 Docker 提供的完整 PHP 本地开发环境,和 Homestead 一样提供了一系列打包好(包括配置)的 Docker Image
如果连外网pull非常慢 用8.8.4.4 就会快了
php-worker
composer
** php composer ins composer install php artisan migrate php artisan db:seed php artisan storage:link mkdir bootstrap/cache mkdir storage/framework mkdir storage/framework/cache mkdir storage/framework/views mkdir storage/framework/sessions
php-worker
laradock 使用 php-worker 配置 supervisor
see also