Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hail committed Apr 25, 2020
1 parent cb7e8bd commit 5224dd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Usage
-----

Once the extension is installed, you can config the path mappings of the view component:

```php
'components' => [
'view' => [
Expand All @@ -43,6 +44,7 @@ Once the extension is installed, you can config the path mappings of the view co
Copy files from @vendor/hail812/yii2-adminlte3/src/views to @app/views, then edit.

simply use:

```php
<?= \hail812\adminlte3\widgets\Alert::widget([
'type' => 'success',
Expand All @@ -53,6 +55,7 @@ simply use:
AdminLTE Plugins
----------------
AdminLTE Plugins are not included in AdminLteAsset, if you want to use any of them you can add it dynamically with PluginAsset.

```php
namespace hail812\adminlte3\assets;

Expand Down

0 comments on commit 5224dd2

Please sign in to comment.