You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@viion thanks for reporting, but as @yceruto said, we changed this recently and now Symfony shows a Welcome Page again. If you are curious, in symfony/symfony#24403 you can see the clever trick used by @yceruto to show the Welcome Page.
Following: http://symfony.com/doc/4.0/setup.html
composer create-project symfony/skeleton my-project
cd my-project
composer require server
php bin/console server:run
Quote:
Instead get:
In 3.3 there used to be a welcome. The 4.0 skeleton doesn't create any kind of controller or template at all, so you have to do that yourself.
The text was updated successfully, but these errors were encountered: