Advertisement
f_monts

https://stackoverflow.com/questions/66769981/how-can-i-use-php8-attributes-instead-of-annotations-in

Dec 19th, 2022
577
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.27 KB | Source Code | 0 0
  1.     App:
  2.         is_bundle: false
  3.         dir: '%kernel.project_dir%/src/Entity'
  4.         prefix: 'App\Entity'
  5.         alias: App
  6.         type: annotation
  7.     EntAttribs:
  8.         is_bundle: false
  9.         dir: '%kernel.project_dir%/src/EntAttribs'
  10.         prefix: 'App\EntAttribs'
  11.         alias: EntAttribs
  12.         type: attribute
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement