Download the PHP package itk-dev/symfony-4-skeleton without Composer
On this page you can find all versions of the php package itk-dev/symfony-4-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download itk-dev/symfony-4-skeleton
More information about itk-dev/symfony-4-skeleton
Files in itk-dev/symfony-4-skeleton
Package symfony-4-skeleton
Short Description A skeleton to start a new Symfony 4 project
License proprietary
Informations about the package symfony-4-skeleton
Symfony 4 skeleton
This is a skeleton for a Symfony 4 project.
--- ✂ --------------------------------------------------------------------------
Skeleton installation (delete this section when done)
Post skeleton installation
- [ ] Edit
.env
and define theCOMPOSE_PROJECT_NAME
variable. - [ ] Edit
$header
in.php_cs.dist
. - [ ] Edit
README.md
(Remove optional sections and describe your actual project).
Suggested packages
Set DATABASE_URL
in .env.dev
:
Add tools for linting assets:
Add these lines to scripts
in package.json
:
See also:
--- ✂ --------------------------------------------------------------------------
Starting the show
Open the site in your default browser:
Coding standards
Check Symfony coding standards using PHP Coding Standards Fixer and PHP_CodeSniffer:
Apply Symfony coding standards:
Twig (experimental)
Check Twig templates using Twigcs:
--- ✂ --- (remove this section if not using encore) ----------------------------
Assets (SCSS and JavaScript)
Check coding standards in all assets:
Check coding standards in SCSS files:
Check coding standards in JavaScript files:
Apply coding standards to all assets:
Apply coding standards to SCSS files:
Apply coding standards to JavaScript files:
--- ✂ --------------------------------------------------------------------------
All versions of symfony-4-skeleton with dependencies
ext-ctype Version *
ext-iconv Version *
sensio/framework-extra-bundle Version ^5.1
symfony/asset Version 4.2.*
symfony/console Version 4.2.*
symfony/dotenv Version 4.2.*
symfony/expression-language Version 4.2.*
symfony/flex Version ^1.1
symfony/form Version 4.2.*
symfony/framework-bundle Version 4.2.*
symfony/monolog-bundle Version ^3.1
symfony/orm-pack Version *
symfony/process Version 4.2.*
symfony/security-bundle Version 4.2.*
symfony/serializer-pack Version *
symfony/swiftmailer-bundle Version ^3.1
symfony/translation Version 4.2.*
symfony/twig-bundle Version 4.2.*
symfony/validator Version 4.2.*
symfony/web-link Version 4.2.*
symfony/yaml Version 4.2.*