https://github.com/becklyn/becklynsymfonyedition
The symfony edition with default config for projects by Becklyn.
https://github.com/becklyn/becklynsymfonyedition
Last synced: about 1 month ago
JSON representation
The symfony edition with default config for projects by Becklyn.
- Host: GitHub
- URL: https://github.com/becklyn/becklynsymfonyedition
- Owner: Becklyn
- License: bsd-3-clause
- Created: 2015-04-22T08:25:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T12:19:43.000Z (almost 8 years ago)
- Last Synced: 2025-04-10T23:42:58.067Z (about 1 month ago)
- Language: PHP
- Size: 115 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Becklyn Symfony Edition
=======================This is a fork of the [Symfony Standard Edition](https://github.com/symfony/symfony-standard), that automatically adds typical configuration settings as used by Becklyn.
Installation
------------```bash
$ composer create-project becklyn/symfony-edition path
```**Important:**
> Do you want to remove the existing VCS (.git, .svn..) history? [Y,n]
Choose `Y` (or just hit enter, as `Y` is the default).