简体   繁体   中英

How to use symfony packages from ubuntu repository

I realize that there are a lots of packages of Symfony 3.4 in ubuntu repositories but I can't find any docs of how to use those packages in any other project.

apt search php-symfony*

Does anyone know hot to use those packages.

Thanks.

No one of them. Use Composer and use the documentation to install your application. You can install it from the CLI or install it from composer directly.

https://symfony.com/download

symfony new my_project

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM