GitHunt
XO

xorgxx/NeoxMakeBundle

This bundle provides additional tools command line in your application

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!

2024-09-01-17-37-59.png
2024-08-25-17-45-03.png
2024-09-04-16-46-56.png

Installation Release !!

Install the bundle for Composer

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

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

Languages

PHP86.6%Twig12.0%Hack1.3%

Latest Release

0.1.0February 6, 2024
MIT License
Created October 11, 2023
Updated January 30, 2025
xorgxx/NeoxMakeBundle | GitHunt