

GitHub - symfony/symfony-demo: Symfony Demo Application
source link: https://github.com/symfony/symfony-demo
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Symfony 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.
Requirements
- PHP 8.0.2 or higher;
- PDO-SQLite PHP extension enabled;
- and the usual Symfony application requirements.
Installation
Download Symfony to install the symfony
binary on your computer and run
this command:
$ symfony new --demo my_project
Alternatively, you can use Composer:
$ composer create-project symfony/symfony-demo my_project
If you want to test the demo without installing anything locally, you can also deploy it on Platform.sh, the official Symfony PaaS:
Usage
There's no need to configure anything to run the application. If you have installed Symfony binary, run this command:
$ cd my_project/ $ symfony serve
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.
Tests
Execute this command to run tests:
$ cd my_project/ $ ./bin/phpunit
Recommend
-
116
Symfony Demo Application The "Symfony Demo Application" is a reference application created to show how to develop applications following the Symfony Best Practi...
-
52
At Outsourcify we work on projects of varying sizes, from small sites with a few pages to complex business applications. Depending on the case, we recommend different technical solutions (we do a lot…
-
60
Modern web applications are complex. The expectations of your users regarding your application are constantly increasing: nowadays, an application needs to be fast, convenient, easy to use and…
-
79
-
8
Flink SQL Demo: Building an End-to-End Streaming Application 28 Jul 2020 Jark Wu (@JarkWu) Apache Flink 1.11 has released many exciting new features, including many d...
-
12
A Bootique Command Demo Application Using Bootique Commands is a great way to put together tight little JARs to execute scheduled tasks with cron. We'll cover the basics of building a Bootique Command Application in this post.
-
7
All-in-one Symfony 5 + Vue.js + Vuetify web application symfony vuejs...
-
10
#SASUsers #LearnSASSAS Demo | Develop Web Application to Extract SAS Data351 v...
-
8
"Use" directive when using ReflectionClass in the symfony application advertisements I have a class in my symfo...
-
3
Lire cet article en français...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK