Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ismaail/blogmvc-symfony


https://github.com/ismaail/blogmvc-symfony

demo symfony4

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Blog MVC - Symfony

[![Build Status](https://api.travis-ci.com/ismaail/blogmvc-symfony.svg?branch=develop&status=canceled)](https://www.travis-ci.com/github/ismaail/blogmvc-symfony)

##### Requirements

- PHP 8.0

##### Installation

```composer install```

##### Configuration

Copy ```.env.dist``` to ```.env``` and change database configuration.

##### Database migrations and seed

Run migrations:

```php bin/console doctrine:migrations:migrate```

Fill the database with data:

```php bin/console doctrine:fixtures:load```

> Need to clear the cache before sedding the database.

##### Tests

```php bin/phpunit```