For example, in thinkPHP, the framework files (think directory) and application files (app directory) are separated from each other. Why are laravel and yii mixed together? Wouldn't it be troublesome to maintain or upgrade in the future?
習慣沉默2017-05-16 16:56:40
Laravel can use framework files managed by the dependency tool composer. It is recommended that you check the specific usage of composer
PHP中文网2017-05-16 16:56:40
Laravel is installed and managed through composer. Upgrade and execute composer update. Do not put git in the vendor directory