elyanor / skeleton-bundle
Skeleton of a symfony bundle.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1
- symfony/dependency-injection: ^2.8 || ^3.0 || ^4.0 || ^4.1 || ^4.2
- symfony/framework-bundle: ^2.8 || ^3.0 || ^4.0 || ^4.1 || ^4.2
This package is auto-updated.
Last update: 2023-02-22 12:50:05 UTC
README
ElyanorSkeletonBundle was created to serve as a skeleton for a symfony bundle.
Installation
Step 1: Download the Bundle
composer require elyanor/skeleton-bundle
This command requires you to have Composer installed globally, as explained in the Composer documentation.
Step 2: Enable the Bundle
<?php // config/bundles.php return [ // ... Elyanor\Bundle\SkeletonBundle\ElyanorSkeletonBundle::class => ['all' => true], ];
Step 3: Configure this bundle (it's just an example)
# Create config/elyanor_skeleton.yaml and copy past this: elyanor_skeleton: argument_1: '' argument_2: ''