Environment:
Laravel-Code-Generator Version: Master
Laravel Version: 10
Description:
templates/default/[edit/create/index/show].blade.stub generated blade file that Font awesome icon can not display
Here is my temporary solution:
Generated files in your-project/resources/templates/defualt/ which is [edit/create/index/show].blade.stub
Add code before @section('content') in the files above:
@section('adminlte_css')
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
@stop