Package Maker

v0.1
g4t/package-maker

Scaffold new Laravel packages in seconds. Generates the full package skeleton with service providers, config, migrations, tests, and more.

5 stars 13 installs Dev Tools
Install via Composer
$ composer require g4t/package-maker
Health Score
Excellent
✓ Downloads ✓ Stars ✓ Versioned ✓ Docs
Last commit: 1 year ago
Badges
Latest Version
Downloads
License
Recent Releases
0.1 0.1 1 year ago View →
Ask AI about this package
Powered by DeepWiki. Ask anything about the code, usage, or design.

Laravel G4T Package Maker

Laravel G4T Package Maker is a package that assists developers in easily creating and deleting their own packages with a single command.

Features

  • Easy Package Creation: Quickly scaffold a new package with `php artisan make:package`.
  • Simple Package Removal: Remove a package effortlessly with `php artisan remove:package`.
  • Automatic Composer Updates: The `composer.json` file is automatically updated after adding or removing a package.
  • Verification Link: Receive a link to verify that your newly created package is working correctly.

Installation

To install the Laravel G4T Package Maker, run the following command:

composer require g4t/package-maker

Usage

Creating a Package

To create a new package, use the following command:

php artisan make:package

Follow the on-screen instructions. Your new package will be located in the root path\ of your project, within the g4t/packages/ directory.

Removing a Package

To remove an existing package, use the following command:

php artisan remove:package

This command will also automatically update your composer.json file to reflect the removal.

Verification

After creating a package, you will receive a link to verify that your package is working correctly. Visit this link to ensure everything is set up properly.

Contribution

We welcome contributions to enhance the Laravel G4T Package Maker. If you find any issues or have suggestions for improvement, please open an issue or submit a pull request on our GitHub repository.

G4T Package Maker is developed and maintained by HusseinAlaa.

License

This project is open-source and available under the MIT License.