Skip to content

Releases: xuple/evolayer-base-starter

EvoLayer Base Starter v0.1.3

09 Jun 18:23

Choose a tag to compare

Pre-release

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

09 Jun 16:51

Choose a tag to compare

Pre-release

Patch release for the EvoLayer Base Starter 0.1 developer preview.

Fixed

  • Added an npm override for shell-quote 1.8.4 so fresh public installs no longer report the critical audit finding through concurrently during npm 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 serve

This 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.