Skip to content

abdounikarim/poc-symfony-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Hello from Symfony!๐Ÿ‘‹

The "Hello from Symfony!๐Ÿ‘‹" application is just a starter to show a minimalist symfony app.

Requirements

Installation

Clone this repository:

https://github.com/abdounikarim/poc-symfony-hello

Go on the project root folder:

cd poc-symfony-hello/

Install PHP dependencies:

composer install

Usage

There's no need to configure anything before running the application. There are 2 different ways of running this application depending on your needs:

Option 1. Download Symfony CLI and run this command:

symfony serve

Then access the application in your browser at the given URL (https://localhost:8000 by default).

Option 2. Use the built-in PHP web server:

php -S localhost:8000 -t public/

Tests

Execute this command to run tests:

./bin/phpunit

About

Hello from Symfony!๐Ÿ‘‹ application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published