Skip to content

Tags: laravel/folio

Tags

v1.1.12

Toggle v1.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[1.x] PHP 8.5 Compatibility (#154)

* [1.x] PHP 8.5 Compatibility

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

---------

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

v1.1.11

Toggle v1.1.11's commit message
Fix code styling

v1.1.10

Toggle v1.1.10's commit message
Fix code styling

v1.1.9

Toggle v1.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[1.x] Supports PHP 8.4 (#143)

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

v1.1.8

Toggle v1.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[1.x] Namespace make command (#134)

* Namespace make command

* Fixes tests

* Add attribute alias

v1.1.7

Toggle v1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[1.x] Make commands lazy (#135)

* Make commands lazy

* Fix soft dependency

v1.1.6

Toggle v1.1.6's commit message
Fix code styling

v1.1.5

Toggle v1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[1.x] Adds missing URI on `folio:list` command (#127)

* Adds missing URI on `folio:list` command

* Fix code styling

---------

Co-authored-by: nunomaduro <nunomaduro@users.noreply.github.com>

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed named routes resolution (#122)

Updated FolioServiceProvider to use the ServiceProvider function `callAfterResolving` that allows for injection even if UrlGenerator is already resolved then the FolioServiceProvider is loaded.

Fixes #111

I'm not good at writing tests 😔 I don't know how to create a failing test that my PR can then turn green.

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[1.x] Fixes Wildcard Directories Modifying State for Literal Views in…

… the Base Folder (#115)

* Fixes non-wildcard directories modifying state

* Fix code styling

* Improves testing

* Fix code styling

* Removes non needed test line

---------

Co-authored-by: nunomaduro <nunomaduro@users.noreply.github.com>