You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
With the introduction of Attribute in php8, will laravel implement AOP based on this?
As far as I know, AOP implementation mechanism in other languages (java) is proxy mechanism, but it seems rude based on the traditional php-fpm mode, and it may also cause some performance loss.
However, AOP can make the code more elegant, which is very consistent with the style of laravel. And with the laravel/octane, the performance loss will no longer affect. If laravel/octane can become the mainstream in the future, AOP will also help better!
The text was updated successfully, but these errors were encountered:
biiiiiigmonster
changed the title
[Feature] Support AOP with php8
[Feature] Support AOP with php8 Attribute
Jun 30, 2021
biiiiiigmonster
changed the title
[Feature] Support AOP with php8 Attribute
[Proposal] Support AOP with php8 Attribute
Jun 30, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With the introduction of
Attribute
in php8, will laravel implement AOP based on this?As far as I know, AOP implementation mechanism in other languages (java) is proxy mechanism, but it seems rude based on the traditional
php-fpm
mode, and it may also cause some performance loss.However, AOP can make the code more elegant, which is very consistent with the style of laravel. And with the
laravel/octane
, the performance loss will no longer affect. Iflaravel/octane
can become the mainstream in the future, AOP will also help better!The text was updated successfully, but these errors were encountered: