Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erfoux/symfony-blog

a practice project to better learn the Symfony framework
https://github.com/erfoux/symfony-blog

bootstrap symfony

Last synced: about 1 month ago
JSON representation

a practice project to better learn the Symfony framework

Awesome Lists containing this project

README

        

## Getting Started

#### Clone The Project
```
$ git clone https://github.com/ERFouX/Symfony-Blog.git
```
Go to the project directory
```
$ cd Symfony-Blog
```
#### Install Dependencies
```
$ composer install
```
#### Running Project

start your apache server or anything
start mysql server
```
$ Symfony start:server
```
### Migrations

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