Want to Learn About Technology?

Our technology blog provides valuable insights and information on the latest technological advancements, whether you are an industry expert or simply curious, our blog is the perfect place to stay informed and engaged.

Overriding Core JSP file using Liferay 7 Hook

Overriding Core JSP file using Liferay 7 Hook

There are few scenarios that you might want to modify the JSPs to override which are no longer in Liferay’s core and you can do core JSP customizations to a specific site. portal-web/docroot/html   As you can see, the above screen represents before you begin...

Yii2 theme integration for your application

Yii2 theme integration for your application

First, you’ll need to create a folder named "themes" in the root directory. Next, Create a "demo" folder  in "themes" and create JS & CSS sub folders in "themes" Now Add the theme related JS and CSS files in JS and CSS folder. Create a...

How to load js and css files in Yii 2 application?

How to load js and css files in Yii 2 application?

The following two scenarios provides a way to load JS and CSS files in the Yii application. Loading in a particular view file Loading for a complete module For example, if a "user" module is created in your application as  modules/user then...

Installing Yii 2 extensions manually without composer

Installing Yii 2 extensions manually without composer

It is highly recommended and preferred way to install the Yii 2 extension is through composer but in some rare cases, you may want to install some Yii 2 extensions manually without composer. To do so, please go through the following details on how to use an...