Integrate landing page into yii2 & asset bundles - yii2 tutorials | part 14

preview_player
Показать описание
In this video I will download a frontend template and integrate into yii2 basic version.

**The video covers the following topics: **
What is an asset bundle.
How to define an asset bundle.
How to define local assets and external assets.
How to create an asset bundle which will have source assets.
Asset publishing steps.
Create asset bundles which depends on another asset bundles.
How to work with bower and npm assets.
How to create dynamic assets (eg: "register js file for current system language")
How to disable all asset bundles or one asset bundle using asset manager.
How to override one particular asset globally.

Project URL on my Github.

The landing page frontend template.

More about assets:

symlink(): Cannot create symlink

----------------------------------------------------------------------------------
Check my other videos about yii2 framework
----------------------------------------------------------------------------------

Check my Github:

Follow me on social media:
Рекомендации по теме
Комментарии
Автор

These are the best set of tutorials on Yii2 I have found. Thank you for your generosity.

johnmckenzie
Автор

The best tutorial series on Yii. Thank you very much for your effort and your kindness

juancarlosgraziani
Автор

Great, great tutorial. You have THE BEST Yii2 framework tutorials. Thanks a lot !

petruciucur
Автор

Very nice ! Excellent tutorials created on Yii2 which are very easy to understand for beginners.

kiranugale
Автор

If you get the bug where you have to double click a nav menu item that has a sub menu twice before it displays the sub menu, it's because bootstrap js has been included twice. I found commenting out the relevant line in `public $js = [...];` in the asset definition fixed it, because `bootstrap.bundle.js` still got included from elsewhere.

waynekille
Автор

Great! Is this the first part of your real project tutorial? :)

nyke
Автор

helo i'm new using php storm, may i khow how to activate auto completion php tag on phpstorm? doesn't work for me when i type php and press tab just it's just show <php><php> without ? sign

roliesdonald