When I run the server using php bin/console server:run I get the following error. There are no commands defined in the \"server\" namespace.
php bin/console server:run
There are no commands defined in the \"server\" namespace.
For symfony 4 and more you should type php -S 127.0.0.1:8000 -t public to start the server
php -S 127.0.0.1:8000 -t public