Skip to content
This repository was archived by the owner on May 4, 2025. It is now read-only.

SecludedL/PHP-App-Modernization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,851 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Demo Application

The "Symfony Demo Application" is a reference application created to show how to develop applications following the Symfony Best Practices.

You can also learn about these practices in [the official Symfony Book][5].

Requirements

Local usage

  • Build the app container: docker-compose build
  • Run the containers: docker-compose up -d
  • Make sure the app runs: docker-compose logs php
  • Install the dependencies: docker-compose exec php make -f automation/local/Makefile

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

If you don't have the Symfony binary installed, run php -S localhost:8000 -t public/ to use the built-in PHP web server or configure a web server like Nginx or Apache to run the application.

About

Symfony Demo Application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 67.4%
  • Twig 20.6%
  • JavaScript 5.5%
  • SCSS 3.7%
  • Dockerfile 1.3%
  • Shell 1.2%
  • Makefile 0.3%