Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erfoux/symfony-blog
- Owner: ERFouX
- Created: 2024-07-30T07:03:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T19:58:50.000Z (about 2 months ago)
- Last Synced: 2024-09-25T05:31:16.559Z (about 2 months ago)
- Topics: bootstrap, symfony
- Language: PHP
- Homepage:
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 Projectstart your apache server or anything
start mysql server
```
$ Symfony start:server
```
### Migrations```
$ php bin/console doctrine:migrations:migrate
```