2024.01 composer require symfony/http-kernel doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php dd($this->constructPdoDsn($params)); ######### docker-compose restart apache php //restart usługi docker-compose config //pokazuje aktualny konfig docker logs kulki-apache-2.4 //logi z kontenera ######## #customers app Piotr Potrawiak, 2019.07.08-11 CKEDITOR https://symfony.com/bundles/FOSCKEditorBundle/current/installation.html $ php bin/console ckeditor:install If you're using Symfony >= 3.0 without Symfony Flex: $ php bin/console assets:install web If you're using Symfony Flex: $ php bin/console assets:install public ========== nie wykonało się sumowanie ilości rekordów zakresów (tab zakres_lotto_count_elwz) id=numer losowania https://lottotrends.pl/task/elwz-create/{id} ======== php app/console doctrine:query:sql "SELECT * FROM table" php bin/console ckeditor:install php bin/console assets:install public ======== siłowe zamkniecie wszystkich kontenerów docker stop $(docker ps -q) && docker rm $(docker ps -a -q) ====== COMPOSER helpery --ignore-platform-reqs zastępowanie paczek z internetu własnymi zasobami https://stackoverflow.com/questions/34637657/is-it-possible-to-ignore-child-dependencies-in-composer-config Another option could be to modify the composer.json of the child package and to remove the required dependencies. Then you could host the zip file and add reference it by adding an extra repository for your main package. "repositories": [ { "type": "package", "package": { "name": "dr-que/x-y", "version": "master", "dist": { "type": "zip", "url": "http://xyplot.drque.net/Downloads/XY_Plot-1.4.zip", "reference": "master" }, "autoload": { "classmap": ["."] } } } ] Then in your require section, add your selected name as follows. "require": { "dr-que/x-y": "dev-master" } === fix IP to host echo "172.18.0.1 hostname" >> /etc/hosts