Skip to content

A Symfony 4 Blog application based on the official Symfony Demo Application 😍

License

Notifications You must be signed in to change notification settings

OpenClassrooms-Student-Center/learn-symfony

Repository files navigation

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 😍

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published