mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-19 05:30:08 -07:00
Add requirements to README
This commit is contained in:
parent
aefe7ce9b2
commit
065045dce7
73
README.md
73
README.md
@ -1,68 +1,17 @@
|
|||||||
Symfony Standard Edition
|
# Website for printable building kits
|
||||||
========================
|
A Symfony project
|
||||||
|
|
||||||
Welcome to the Symfony Standard Edition - a fully-functional Symfony
|
## Install
|
||||||
application that you can use as the skeleton for your new applications.
|
|
||||||
|
|
||||||
For details on how to download and get started with Symfony, see the
|
### System requirements
|
||||||
[Installation][1] chapter of the Symfony Documentation.
|
* PHP needs to be a minimum version of PHP 5.5.9
|
||||||
|
* PDO
|
||||||
|
* SOAP
|
||||||
|
* *date.timezone* setting set in *php.ini*
|
||||||
|
|
||||||
What's inside?
|
You can check if your system meets requirements by running `$ bin/symfony_requirements`
|
||||||
--------------
|
|
||||||
|
|
||||||
The Symfony Standard Edition is configured with the following defaults:
|
For full requirements see Symfony 3.2 [docs](http://symfony.com/doc/3.2/reference/requirements.html).
|
||||||
|
|
||||||
* An AppBundle you can use to start coding;
|
###Installing
|
||||||
|
|
||||||
* Twig as the only configured template engine;
|
|
||||||
|
|
||||||
* Doctrine ORM/DBAL;
|
|
||||||
|
|
||||||
* Swiftmailer;
|
|
||||||
|
|
||||||
* Annotations enabled for everything.
|
|
||||||
|
|
||||||
It comes pre-configured with the following bundles:
|
|
||||||
|
|
||||||
* **FrameworkBundle** - The core Symfony framework bundle
|
|
||||||
|
|
||||||
* [**SensioFrameworkExtraBundle**][6] - Adds several enhancements, including
|
|
||||||
template and routing annotation capability
|
|
||||||
|
|
||||||
* [**DoctrineBundle**][7] - Adds support for the Doctrine ORM
|
|
||||||
|
|
||||||
* [**TwigBundle**][8] - Adds support for the Twig templating engine
|
|
||||||
|
|
||||||
* [**SecurityBundle**][9] - Adds security by integrating Symfony's security
|
|
||||||
component
|
|
||||||
|
|
||||||
* [**SwiftmailerBundle**][10] - Adds support for Swiftmailer, a library for
|
|
||||||
sending emails
|
|
||||||
|
|
||||||
* [**MonologBundle**][11] - Adds support for Monolog, a logging library
|
|
||||||
|
|
||||||
* **WebProfilerBundle** (in dev/test env) - Adds profiling functionality and
|
|
||||||
the web debug toolbar
|
|
||||||
|
|
||||||
* **SensioDistributionBundle** (in dev/test env) - Adds functionality for
|
|
||||||
configuring and working with Symfony distributions
|
|
||||||
|
|
||||||
* [**SensioGeneratorBundle**][13] (in dev/test env) - Adds code generation
|
|
||||||
capabilities
|
|
||||||
|
|
||||||
* **DebugBundle** (in dev/test env) - Adds Debug and VarDumper component
|
|
||||||
integration
|
|
||||||
|
|
||||||
All libraries and bundles included in the Symfony Standard Edition are
|
|
||||||
released under the MIT or BSD license.
|
|
||||||
|
|
||||||
Enjoy!
|
|
||||||
|
|
||||||
[1]: https://symfony.com/doc/3.0/book/installation.html
|
|
||||||
[6]: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
|
|
||||||
[7]: https://symfony.com/doc/3.0/book/doctrine.html
|
|
||||||
[8]: https://symfony.com/doc/3.0/book/templating.html
|
|
||||||
[9]: https://symfony.com/doc/3.0/book/security.html
|
|
||||||
[10]: https://symfony.com/doc/3.0/cookbook/email.html
|
|
||||||
[11]: https://symfony.com/doc/3.0/cookbook/logging/monolog.html
|
|
||||||
[13]: https://symfony.com/doc/3.0/bundles/SensioGeneratorBundle/index.html
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user