Create a new Symfony Flex project
$ composer create-project symfony/skeleton {project_name}
 |
Create a new Symfony Flex project |
Install the API Platform's server component in this skeleton
Setup Database Connection
Setup Doctrine Configuration
Create / Generate Database and Schema
$ bin/console doctrine:database:create
$ bin/console doctrine:schema:create
Run Server Using Symfony WebServerBundle
$ composer req server --dev
$ bin/console server:run
$ bin/console server:start #background
Installation Result in Browser
Comments
Post a Comment