Introduction#
Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.on Commnad Line
1)INSTALL
Composer require / Install composer
2)UPDATE
Composer update
Different libraries install command
composer require mauro-moreno/laravel-highcharts
composer require barryvdh/laravel-debugbar
composer require "illuminate/html":"5.0.*"
http://phptrends.com/dig_in/laravel-highcharts
http://lavacharts.com/#charts
Comments
Post a Comment