Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmy committed Apr 7, 2024
1 parent a5a5eac commit a4a51a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ olvlvl/composer-attribute-collector contains a Composer plugin which is currentl
Do you trust "olvlvl/composer-attribute-collector" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?]
```

Then, you should publish the Laravel.Aop configuration file using the `vendor:publish` Artisan command. This command
Next, you should publish the Laravel.Aop configuration file using the `vendor:publish` Artisan command. This command
will publish the `aop.php` configuration file to your application's `config` directory:

```bash
php artisan vendor:publish --provider="Ngmy\LaravelAop\ServiceProvider"
```

Then, you should configure [the `olvlvl/composer-attribute-collector` package](https://github.com/olvlvl/composer-attribute-collector).

Finally, you should add the `@php artisan aop:compile --ansi` script just after the
`@php artisan package:discover --ansi` script in the `post-autoload-dump` event hook of the `composer.json` file:

Expand Down

0 comments on commit a4a51a5

Please sign in to comment.