Relative Content

Tag Archive for symfony

Symfony make:entity No Longer Includes the Add Method, Why?

When I run bin/console make:entity in Symfony v6.4.6 it longer makes add and remove methods in the new ServiceEntityRepository. All of my previously generated repositories have those methods, and I’m not seeing any guidance about why this is different now.

Multiple intranet/internet systems partially working on same data – database strategy

We are starting rewritting our apps (Internet portal, millions of unique users and few CRM/ERP systems, few hundred users) and we have a huge decision to make now. We are going to write them mostly (90-95%) in Symfony2 with Doctrine, and some background services (e.g. mailing) in Java. Database – MySql/MariaDb. also lot of additional technologies (redis/memcached, load balancing, varnish, replication and so on). Most important (in this case) are – symfony2, mysql/maria and doctrine.

Multiple intranet/internet systems partially working on same data – database strategy

We are starting rewritting our apps (Internet portal, millions of unique users and few CRM/ERP systems, few hundred users) and we have a huge decision to make now. We are going to write them mostly (90-95%) in Symfony2 with Doctrine, and some background services (e.g. mailing) in Java. Database – MySql/MariaDb. also lot of additional technologies (redis/memcached, load balancing, varnish, replication and so on). Most important (in this case) are – symfony2, mysql/maria and doctrine.