tallmancode/devalicious

A collection of handy developer tools for Symfony projects.

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 2

Type:symfony-bundle

v1.0.1 2022-09-21 09:31 UTC

This package is auto-updated.

Last update: 2024-04-21 13:13:41 UTC


README

Table of Contents

Installation

composer require tallmancode/devalicious --dev

Make Bundle Command

This bundle provides a handy command under the make: namespace. Intended to speed up getting started with developing a symfony bundle, the command with create a boilerpalt template for your bundles and get you making cool stuff faster.

Usage

To make a bundle simply run.

php bin/console make:bundle 

or

php bin/console make:bundle <vendor_name> <bundle_name>

To bypass the vendor and bundle name questions.