Skip to content

Commit

Permalink
Update Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
georgechitechi committed Jul 21, 2024
1 parent adc7d92 commit 87450de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/LivewireCrudGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function handle()
$layoutFile = 'resources/views/layouts/app.blade.php';
$layoutContents = $this->filesystem->get($layoutFile);
$navItemStub = "\t\t\t\t\t\t<li class=\"nav-item\">
<a href=\"{{ url('/".$this->getNameInput()."') }}\" class=\"nav-link\"><i class=\"fab fa-laravel text-info\"></i> ". ucfirst($this->getNameInput()) ."</a>
<a href=\"{{ url('/".$this->getNameInput()."') }}\" class=\"nav-link\"><i class=\"bi-house text-info\"></i> ". ucfirst($this->getNameInput()) ."</a>
</li>";
$navItemHook = '<!--Nav Bar Hooks - Do not delete!!-->';

Expand Down

0 comments on commit 87450de

Please sign in to comment.