Releases: symbiotic-php/micro
Releases · symbiotic-php/micro
Debug no cache static files
1.4.2.4 Debug no cache static files
View Exception fix
1.4.2.3 fix
Route middleware fix
1.4.2.2 Route middleware fix
support php 8.2
1.4.2 support 8.2+
fix container + add suggest
1.4.1.4 fix container + add suggests
1.4.1.3
Fix app plugins binding problems
1.4.1 Filesystem fix
1.4.1.1 version 1.4.1 fix
File storage from settings, work without Packages and Services (slim mode)....
Fixed the work in the absence of the 'Packages' service - the work of the framework with minimal config.
Added file storage from the kernel settings:
return [
'default_host' => 'localhost',
'base_path' => $basePath,
'bootstrappers' => [
\Symbiotic\Core\Bootstrap\EventBootstrap::class,
\Symbiotic\Http\Bootstrap::class,
\Symbiotic\Http\Kernel\Bootstrap::class,
],
'providers' => [
\Symbiotic\Routing\Provider::class,
]
];
The interfaces of the file system have been clarified (a complete reworking is needed or take Flysystem).
The helper \_S\core() was returned, but it cannot be used in the CLI.
Changed the order of arguments for the function `_S\app()'.
Base project dir fix
1.4.0.3 version 1.4.0.3
fixes +readme update
1.4.0.2 fixes + new README.md description.