Skip to content

Releases: symbiotic-php/micro

Debug no cache static files

02 Jul 13:13

Choose a tag to compare

1.4.2.4

Debug no cache static files

View Exception fix

27 May 09:45

Choose a tag to compare

1.4.2.3

fix

Route middleware fix

27 May 09:04

Choose a tag to compare

1.4.2.2

Route middleware fix

support php 8.2

12 Apr 21:37

Choose a tag to compare

1.4.2

support 8.2+

fix container + add suggest

12 Mar 22:43

Choose a tag to compare

1.4.1.4

fix container + add suggests

1.4.1.3

23 Jan 21:13

Choose a tag to compare

Fix app plugins binding problems

1.4.1 Filesystem fix

17 Sep 20:03

Choose a tag to compare

1.4.1.1

version 1.4.1 fix

File storage from settings, work without Packages and Services (slim mode)....

17 Sep 16:04

Choose a tag to compare

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

14 Sep 12:45

Choose a tag to compare

1.4.0.3

version 1.4.0.3

fixes +readme update

14 Sep 00:36

Choose a tag to compare

1.4.0.2

fixes + new README.md description.