Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Font awesome icon can not display when use laravel-adminlte packagist together #218

@wind-tech-fun

Description

@wind-tech-fun

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions