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 6dc232d commit fb9be97Copy full SHA for fb9be97
src/IntertiaJsPresetServiceProvider.php
@@ -5,12 +5,12 @@
5
use Illuminate\Support\ServiceProvider;
6
use Illuminate\Foundation\Console\PresetCommand;
7
8
-class IntertiaJsPresetServiceProvider extends ServiceProvider
+class InertiaJsPresetServiceProvider extends ServiceProvider
9
{
10
public function boot()
11
12
PresetCommand::macro('inertiajs', function ($command) {
13
- IntertiaJsPreset::install();
+ InertiaJsPreset::install();
14
15
$command->info('Inertia.js scaffolding installed successfully.');
16
$command->info('Please run "npm install && npm run dev" to compile your fresh scaffolding.');
0 commit comments