Author: Manuel Lemos
Updated on: 2017-09-20
Posted on: 2014-01-14
Categories: JavaScript Tutorials
If you are developing Web applications with PHP, you may be aware that you can install PHP packages and any dependent packages using a PHP tool named Composer.
That is fine but it has some limitations that do not make it ideal to install packages with asset files, like for instance JavaScript files that need to be placed under the Web document root. The problem is that Composer installs all package files under the vendor directory.
Fortunately a Composer plugin was developed to address this limitation. It lets you configure where asset files need to go in your project directories.
Read this article to learn more about this Composer plugin and how to use it to install JavaScript packages for instance from the JSClasses Composer repository.
You need to be a registered user or login to post a comment
22,260 JavaScript developers registered to the JS Classes site.
Be One of Us!
Login Immediately with your account on:
Comments:
1. how to set javascript easily in php - ayun (2017-09-21 03:02)
javascript... - 0 replies
Read the whole comment and replies