docs: rewrite InvoiceShelf 3 onboarding (#750)

* docs: rewrite InvoiceShelf 3 onboarding

* fix(installer): align minimum PHP requirement

* docs: keep README screenshot in release packages
This commit is contained in:
Darko Gjorgjijoski
2026-08-05 23:45:32 +02:00
committed by GitHub
parent 0b9ae9ea00
commit eac06de046
8 changed files with 170 additions and 232 deletions
@@ -0,0 +1,7 @@
<?php
test('installer uses the application minimum php version', function () {
expect(config('installer.core.minPhpVersion'))
->toBe(config('invoiceshelf.min_php_version'))
->toBe('8.4.0');
});