Skip to content
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

Merged
merged 12 commits into from
Mar 3, 2021

Conversation

pdbreen
Copy link
Contributor

@pdbreen pdbreen commented Mar 2, 2021

No description provided.

@pdbreen pdbreen requested a review from drewroberts March 2, 2021 20:30
{
parent::bootingPackage();

Blade::directive('tipoffMoney', function ($amount) {
Copy link
Contributor Author

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.

@pdbreen
Copy link
Contributor Author

pdbreen commented Mar 2, 2021

Flagged as don't merge. Want to fix tmp dir issue when running tests on Windows before letting this in.

@pdbreen pdbreen closed this Mar 2, 2021
@pdbreen pdbreen reopened this Mar 2, 2021
@pdbreen
Copy link
Contributor Author

pdbreen commented Mar 2, 2021

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.

Copy link
Member

@drewroberts drewroberts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 💰

@drewroberts drewroberts merged commit a62ecbd into main Mar 3, 2021
@drewroberts drewroberts deleted the pdbreen/feature/register-blade-components branch March 3, 2021 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants