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.
2 parents ca7f840 + 0082614 commit bef8e91Copy full SHA for bef8e91
src/Console/Commands/CrudBackpackCommand.php
@@ -49,7 +49,7 @@ public function handle()
49
50
// Create the sidebar item
51
$this->call('backpack:add-sidebar-content', [
52
- 'code' => "<li class='nav-item'><a class='nav-link' href='{{ backpack_url('$nameKebab') }}'><i class='nav-icon la la-question'></i> $namePlural</a></li>",
+ 'code' => "<li class=\"nav-item\"><a class=\"nav-link\" href=\"{{ backpack_url('$nameKebab') }}\"><i class=\"nav-icon la la-question\"></i> $namePlural</a></li>",
53
]);
54
55
// if the application uses cached routes, we should rebuild the cache so the previous added route will
0 commit comments