We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671405d commit bcd4b39Copy full SHA for bcd4b39
src/TailwindCssPresetServiceProvider.php
@@ -4,6 +4,7 @@
4
5
use Illuminate\Support\ServiceProvider;
6
use Laravel\Ui\UiCommand;
7
+use Laravel\Ui\AuthCommand;
8
9
class TailwindCssPresetServiceProvider extends ServiceProvider
10
{
@@ -16,7 +17,7 @@ public function boot()
16
17
$command->comment('Please run "npm install && npm run dev" to compile your fresh scaffolding.');
18
});
19
- UiCommand::macro('tailwindcss-auth', function ($command) {
20
+ AuthCommand::macro('tailwindcss', function ($command) {
21
TailwindCssPreset::installAuth();
22
23
$command->info('Tailwind CSS scaffolding with auth views installed successfully.');
0 commit comments