Skip to content

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeFourkas committed Oct 27, 2023
1 parent 753f2ed commit cba8bd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Commands/InstallationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ public function handle(): int
$this->execShellCommand('npm run build');

$this->replaceInFile('Route::has(', 'Route::hasLocalized(', resource_path('views/welcome.blade.php'));

$this->replaceInFile("url('/dashboard')", "route('dashboard')", resource_path('views/welcome.blade.php'));

$this->replaceInFile('<title>Laravel</title>', '<title>Laravel + Adminify = &#10084; </title>', resource_path('views/welcome.blade.php'));

$this->bar->advance();
Expand Down

0 comments on commit cba8bd0

Please sign in to comment.