OpenClassrooms-Student-Center / learn-symfony

A Symfony 4 Blog application based on the official Symfony Demo Application :heart_eyes:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zozor's Blog

The Zozor's Blog is an application used a learning support for the Symfony 4 course available in OpenClassRooms platform. The entire application is based on the Symfony Demo Application, which is a reference application created to show how to develop Symfony applications following the recommended best practices.

Requirements

Installation

Execute this command to install the project:

$ git clone https://github.com/OpenClassrooms-Student-Center/learn-symfony.git
$ cd learn-symfony
$ php bin/console do:sc:up --force
$ php bin/console do:fi:lo

Usage

There's no need to configure anything to run the application. Just execute this command to run the built-in web server and access the application in your browser at http://localhost:8000:

$ cd learn-symfony/
$ php bin/console server:run

Alternatively, you can configure a fully-featured web server like Nginx or Apache to run the application.

Tests

Execute this command to run tests:

$ cd learn-symfony/
$ ./vendor/bin/simple-phpunit

About

A Symfony 4 Blog application based on the official Symfony Demo Application :heart_eyes:

License:MIT License


Languages

Language:PHP 60.4%Language:Twig 24.3%Language:JavaScript 6.4%Language:SCSS 4.8%Language:Makefile 2.9%Language:Dockerfile 1.1%Language:Shell 0.1%