Skip to content

TariqAyman/aqarmap-blog-task

Repository files navigation

Simple Blog Symfony

Installation Procedure

Install the vendors of the project running:

composer install

Create database, schema and default datafixtures:

php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate
php bin/console doctrine:fixtures:load

Now run the server:

symfony server:start

you can browse the site in http://localhost:8000

Enjoy developing!

About

Aqarmap Simple task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published