Releases: xuple/evolayer-base-starter
Releases · xuple/evolayer-base-starter
EvoLayer Base Starter v0.1.3
Docs/ops patch for the public developer preview. Adds hosted Nginx/PHP-FPM first-hour guidance, a generic Nginx dev vhost example, tempnam() troubleshooting for PHP-FPM write permissions, proxied Vite --strictPort guidance, public-state documentation cleanup, and created-app composer.lock guidance. No runtime/provider behavior changes.
EvoLayer Base Starter v0.1.2
Patch release for the EvoLayer Base Starter 0.1 developer preview.
Fixed
- Added an npm override for
shell-quote1.8.4 so fresh public installs no longer report the critical audit finding throughconcurrentlyduringnpm install.
First-hour install
composer create-project xuple/evolayer-base-starter my-app
cd my-app
npm install
npm run build
php artisan evolayer:doctor --strict --no-ansi
php artisan serveThis resolves:
xuple/evolayer-base-starter v0.1.2
xuple/evolayer-base v0.1.1
Verification
- Packagist-visible at
v0.1.2. - Public GitHub Actions passing.
- Final public rehearsal passed:
composer create-project, strict doctor,npm install,npm audit, and build. - PHP dependency floor is
^8.4.
Pre-1.0 developer preview: APIs may change before 1.0.