Difference between #74 and #75 of
Yii v2 snippet guide III

Revision #75 has been created by rackycz on Mar 30, 2021, 9:32:22 PM with the memo:

AdminLTE
« previous (#74) next (#76) »

Changes

Title unchanged

Yii v2 snippet guide III

Category unchanged

Tutorials

Yii version unchanged

2.0

Tags unchanged

tutorial,yii2,beginer

Content changed

[...]
**- Manual integration of v2.4 - Asset File creation**
---

- Open [documentation](https://adminlte.io/docs/2.4/installation) and run composer or download all dependencies in ZIP.
- Open [preview page](https://adminlte.io/themes/AdminLTE/index2.html) and copy whole HTML code to your text editor.
- Delete those parts of BODY section which you do not need (at least the content of
```\<section class="content"```\>)
- Also delete all SCRIPT and LINK tags. We will add them using the AssetBundle later.

- Open existing yii-file views/layouts/main.php and copy important PHP calls to the new file. (Asset, beginPage, $content, Breadcrumbs etc)
- Now your layout is complete, you can replace the original layout file.
[...]
8 0
4 followers
Viewed: 164 990 times
Version: 2.0
Category: Tutorials
Written by: rackycz
Last updated by: rackycz
Created on: Jan 21, 2021
Last updated: 9 months ago
Update Article

Revisions

View all history