elyanor/skeleton-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

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

dev-master 2018-11-21 16:28 UTC

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: ''