- Clone the repository from github
https://github.com/SyntaxErrorLineNULL/start-mobile.git
make init
- run migrations
php bin/console doctrine:migrations:migrate
OR
php bin/console doctrine:schema:create
if you don't want to work with an empty project, you can add data to the table
php bin/console doctrine:fixtures:load
Start the built-in web server
You can use Nginx or Apache, but the built-in web server works great:
php -S 127.0.0.1:8000 -t public
or
symfony server:start
Now check out the site at https://127.0.0.1:8000
- not work docker container in use PHP-fpm, PHP-cli. Database is not connection for doctrine, with this config(PHP-fpm, cli, nginx).
- create autoload OpenApi documentation