Error: Composer detected issues in your platform: Your Composer dependencies require a 64-bit build of PHP.
=> fix docker-compose.yml
Error: Composer detected issues in your platform: Your Composer dependencies require a 64-bit build of PHP.
=> fix docker-compose.yml
1. What to use Xdebug for?
2. How to use Xdebug?
- Update .env
- Add /php-fpm/xdebug.ini
- Rebuild php-fpm
- Update .vscode/launch.json
3. What does Xdebug include?
4. Compare way to use Laradock for 2 projects
-------------------------
Detailed instructions
1. What to use Laradock for?
- To use existed docker file, config in docker
2. How to use Docker Pipeline Plugin?
3. What does Docker Pipeline Plugin include?
4. Compare way to use Laradock for 2 projects
- Way 1: One container
+ Save the volume (case same version nginx, apache, php, mysql, ...)
- Way 2: Two container
+ Ensure consistent version, config and extension (nginx, apache, php, mysql...) from local -> development -> staging -> production
=> Way 2 better
-------------------------
Detailed instructions
Thank you.
Để publish pav-kit lên NPM, bạn hãy làm theo các bước dưới đây. Tôi đã tạo thêm file index.js để đảm bảo gói tin hợp lệ. Bước 1: Tạo ...