-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for blade component registration in packages #73
Conversation
src/SupportServiceProvider.php
Outdated
{ | ||
parent::bootingPackage(); | ||
|
||
Blade::directive('tipoffMoney', function ($amount) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@drewroberts - note the tipoff
prefix on the directive registration. Seemed a bit aggressive to register a common term without some prefix.
…m:tipoff/support into pdbreen/feature/register-blade-components
…m:tipoff/support into pdbreen/feature/register-blade-components
Flagged as don't merge. Want to fix tmp dir issue when running tests on Windows before letting this in. |
Ok - this is good to go now. Unfortunately, the fix for the temp file issue in Windows Github action testing is both in this package and in test-support since this package can't pull in test support. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! 💰
No description provided.