coderello / laravel-shared-data

📦 An easy way to share the data from your backend to the JavaScript.
https://coderello.com/docs/laravel-shared-data/1.0/sharing-data
MIT License
321 stars 22 forks source link

@shared directive #16

Closed hivokas closed 4 years ago

hivokas commented 4 years ago

This pull request allows

@shared

to be specified in the view instead of


{!! shared()->render() !!}