Skip to content

Commit

Permalink
Merge pull request #116 from andrey-helldar/ferature/breeze
Browse files Browse the repository at this point in the history
Laravel Breeze support
  • Loading branch information
Andrey Helldar committed May 27, 2021
2 parents 829d3ad + d2f39f2 commit d0e640e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/Plugins/Breeze.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php

namespace Helldar\LaravelLangPublisher\Plugins;

final class Breeze extends Plugin
{
public function vendor(): string
{
return 'laravel/breeze';
}

public function source(): array
{
return [
'packages/fortify.json',
'packages/jetstream.json',
];
}
}

0 comments on commit d0e640e

Please sign in to comment.