goulaheau / symfony-starter
Symfony Starter
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.1.3
- ext-ctype: *
- ext-iconv: *
- ext-openssl: *
- goulaheau/symfony-rest-bundle: 0.0.*
- lexik/jwt-authentication-bundle: ^2.6
- nelmio/cors-bundle: ^1.5
- symfony/console: 4.2.*
- symfony/dotenv: 4.2.*
- symfony/flex: ^1.1
- symfony/framework-bundle: 4.2.*
- symfony/security-bundle: 4.2.*
- symfony/translation: 4.2.*
- symfony/yaml: 4.2.*
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: ^3.0
- symfony/maker-bundle: ^1.9
- symfony/profiler-pack: ^1.0
- symfony/var-dumper: 4.2.*
- symfony/web-server-bundle: 4.2.*
Conflicts
This package is auto-updated.
Last update: 2025-03-18 04:18:55 UTC
README
Open a command console, enter your project directory and execute:
$ composer create-project goulaheau/symfony-starter <project-name>
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.