laravel framework files and application files
天蓬老师
天蓬老师 2017-05-16 16:54:40
0
3
326

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?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(3)
伊谢尔伦

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

Ty80

Laravel is installed and managed through composer. Upgrade and execute composer update. Do not put git in the vendor directory

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!