Laravel Composer main Command
Laravel Composer main Command
These are the main composer command which is necessary when you install first time a Laravel Project.
composer self-update
- It will self update the composer
composer update
- It will update the all library or packages for laravel project
composer dump-autoload
- This will update the autoload, If any file is update or class added
composer dumpautoload
- This is same function as above
These are the main composer command which is necessary when you install first time a Laravel Project.
composer self-update
- It will self update the composer
composer update
- It will update the all library or packages for laravel project
composer dump-autoload
- This will update the autoload, If any file is update or class added
composer dumpautoload
- This is same function as above
Comments
Post a Comment