Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

elyanory/skeleton-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton Bundle

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages