Skip to content

This bundle provides additional tools command line in your application

License

Notifications You must be signed in to change notification settings

xorgxx/NeoxMakeBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoxMakeBundle { Symfony 6 }

This bundle provides additional tool command line in your application. Its main goal is to make it simple for you to manage integration with additional tools!

Installation Release !!

Install the bundle for Composer

  composer require xorgxx/neox-make-bundle --dev
  or 
  composer require xorgxx/neox-make-bundle:0.* --dev

Make sure that is register the bundle in your AppKernel:

Bundles.php
<?php

return [
    .....
    NeoxMake\NeoxMakeBundle\NeoxMakeBundle::class => ['all' => true],
    .....
];

NOTE: You may need to use [ symfony composer dump-autoload ] to reload autoloading

..... Done 🎈

Tools !

Contributing

If you want to contribute (thank you!) to this bundle, here are some guidelines:

  • Please respect the Symfony guidelines
  • Test everything! Please add tests cases to the tests/ directory when:
    • You fix a bug that wasn't covered before
    • You add a new feature
    • You see code that works but isn't covered by any tests (there is a special place in heaven for you)

Todo

  • Packagist

Thanks

About

This bundle provides additional tools command line in your application

Resources

License

Stars

Watchers

Forks

Packages

No packages published