I have long worked with MVC frameworks in PHP, such as Symfony
, Laravel
and Codeigniter
.
Generally, when it comes to the Views framework, there are always features to make it easier to include files like Css
and Javascript
. Generally, these are functions or classes called assets
that do this work.
Although I have understood the functions of these functions, I do not understand the meaning of the word Assets
. I translated this word into Google Translate and the result was " active ".
I wonder if this word Assets
is a specific term for the MVC, or the programming in general.
Assets
is it a standard or just a term?