Symfony React Cors issue – Phpmyadmin
I use Symfony 5 and React, with docker. Both container are on different docker-compose but on the same newtork, so they can see and ping each other. Now I want to POST something on one of my api route, here…
I use Symfony 5 and React, with docker. Both container are on different docker-compose but on the same newtork, so they can see and ping each other. Now I want to POST something on one of my api route, here…
OBJECTIVE: I am trying to simply create a database using doctrine in Symfony. I have my project installed in xampp>htdocs I HAVE TRIED: I have the apache server running and can view my site locally no problem. When I follow…
I have a symfony 5.1 application under development on my laptop. This command failed: symfony console server:start Your token has been revoked, please login again Then, the prompt purposes me to login, but I cannot always login, because I'm behind…
I faced with range case, when I was try to install some bundle in locally I faced with erro, but when I try install the same bundle in test server everything installed without error. I use docker-compose and install bundle…
I have a Symfony web application. I would like to deploy it to a virtual private server. I've developed the application in a Laravel Homestead Vagrant box, and I'm doing the deployment via Github actions. On my local machine, the…
I want to change the PHP version because my version is 7.1.23 and I need to upgrade to 7.2 for install a package that I want to use. I'm using MAMP on Macbook Pro. Here's what I've done : I've…
I'm trying to test a Symfony3 web application with Behat/Mink and Selenium2Driver so that I can test Javascript functionallity too. The application runs in a docker container, so I added a new docker container for selenium-hub and chrome as described…
This Symfony form question has been asked 100 times (and I've read ALL of the responses), but none are working for me. I have a class (Employer), a form (Preview.html.twig), and a controller (DefaultController.php). No matter what I try, I…
The package symfony/finder is a transitive dependency in my app. I've tried to do composer update and got this output: user@host:/var/www$ composer update && composer check Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 0 installs,…
I'm learning Docker so I tried to dockerize an old proyect I made a little ago, it is a Symfony 5 app, its like a shop app so it uses a mysql database. I have the following docker compose version:…