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?
欢迎选择我的课程,让我们一起见证您的进步~~
Laravel’s framework files are in the vendor directory
Laravel can use framework files managed by the dependency tool composer. It is recommended that you check the specific usage of composer
Laravel is installed and managed through composer. Upgrade and execute composer update. Do not put git in the vendor directory
Laravel’s framework files are in the vendor directory
Laravel can use framework files managed by the dependency tool composer. It is recommended that you check the specific usage of composer
Laravel is installed and managed through composer. Upgrade and execute composer update. Do not put git in the vendor directory