Remove meaningless files
This commit is contained in:
parent
1ab993edaf
commit
5824edba9d
19
LICENSE
19
LICENSE
|
@ -1,19 +0,0 @@
|
||||||
Copyright (c) 2004-2015 Fabien Potencier
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is furnished
|
|
||||||
to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
||||||
THE SOFTWARE.
|
|
69
README.md
69
README.md
|
@ -1,69 +0,0 @@
|
||||||
Symfony Standard Edition
|
|
||||||
========================
|
|
||||||
|
|
||||||
Welcome to the Symfony Standard Edition - a fully-functional Symfony2
|
|
||||||
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
|
|
||||||
[Installation][1] chapter of the Symfony Documentation.
|
|
||||||
|
|
||||||
What's inside?
|
|
||||||
--------------
|
|
||||||
|
|
||||||
The Symfony Standard Edition is configured with the following defaults:
|
|
||||||
|
|
||||||
* An AppBundle you can use to start coding;
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* [**AsseticBundle**][12] - Adds support for Assetic, an asset processing
|
|
||||||
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
|
|
||||||
|
|
||||||
All libraries and bundles included in the Symfony Standard Edition are
|
|
||||||
released under the MIT or BSD license.
|
|
||||||
|
|
||||||
Enjoy!
|
|
||||||
|
|
||||||
[1]: http://symfony.com/doc/2.7/book/installation.html
|
|
||||||
[6]: http://symfony.com/doc/2.7/bundles/SensioFrameworkExtraBundle/index.html
|
|
||||||
[7]: http://symfony.com/doc/2.7/book/doctrine.html
|
|
||||||
[8]: http://symfony.com/doc/2.7/book/templating.html
|
|
||||||
[9]: http://symfony.com/doc/2.7/book/security.html
|
|
||||||
[10]: http://symfony.com/doc/2.7/cookbook/email.html
|
|
||||||
[11]: http://symfony.com/doc/2.7/cookbook/logging/monolog.html
|
|
||||||
[12]: http://symfony.com/doc/2.7/cookbook/assetic/asset_management.html
|
|
||||||
[13]: http://symfony.com/doc/2.7/bundles/SensioGeneratorBundle/index.html
|
|
Loading…
Reference in a new issue