| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-11 | 706 Bytes | |
| v20.1 source code.tar.gz | 2026-07-11 | 7.8 MB | |
| v20.1 source code.zip | 2026-07-11 | 8.4 MB | |
| Totals: 3 Items | 16.1 MB | 0 | |
Adds four plain-English CLI commands. No breaking changes: existing .env and docker compose workflows keep working.
✨ New CLI commands
./laradock test— run your test suite in the workspace (auto: artisan → pest → phpunit)./laradock db— open a SQL shell in the running database (MySQL / MariaDB / Postgres)./laradock open [ui]— open the app in your browser (or mailpit, phpmyadmin, adminer)./laradock share— get a public URL for your local site (cloudflared / ngrok)
🔧 Fixes
- php-fpm: channel-update before installing the pecl ssh2 extension (fixes clean builds).
Full Changelog: https://github.com/laradock/laradock/compare/v20.0...v20.1