We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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('content')
@section('adminlte_css') <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"> @stop
The text was updated successfully, but these errors were encountered:
You should not do that.
If you are trying to use the code generator with a theme, include fontawesome into he theme and all your views will have the icons.
Sorry, something went wrong.
No branches or pull requests
Environment:
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:The text was updated successfully, but these errors were encountered: