goaop-laravel-bridge icon indicating copy to clipboard operation
goaop-laravel-bridge copied to clipboard

Integration bridge for Go! AOP framework and Laravel

Results 7 goaop-laravel-bridge issues
Sort by recently updated
recently updated
newest added

Update package to version 2.0.0

When I first install goaop/goaop-laravel-bridge with composer, the process stops with following log ```sh Using version ^1.1 for goaop/goaop-laravel-bridge ./composer.json has been updated Loading composer repositories with package information Updating...

bug

I'm trying to use inter-type declarations with this nice package but I can't make it work and almost gave up unfortunately. I've read the documentation of original framework at http://go.aopphp.com/docs/pointcuts-and-advices/...

I am registering an Aspect class in the AopServiceProvider. However, it does not seem to work. Here is my code: ``` public function register() { $this->app->singleton(LoggingAspect::class, function (Application $app) {...

Lumen

I have this function in `AuditAspect` ``` /** * @Around("execution(public * *Repository->create(*))") */ public function repositoryCreate(MethodInvocation $invocation) { \Illuminate\Support\Facades\Log::info('Method intercepted'); ... ``` It's supposed to intercept `public function create(array $data)`...

bug
support

After running into an issue getting Annotations to correctly triggered I updated all our project's dependencies, after updating the dependencies (no issues there) I got the following error: ``` [2017-07-24...

bug
support

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...

dependencies