Laravel G4T Package Maker is a package that assists developers in easily creating and deleting their own packages with a single command.
- 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.
To install the Laravel G4T Package Maker, run the following command:
composer require g4t/package-makerTo create a new package, use the following command:
php artisan make:packageFollow the on-screen instructions. Your new package will be located in the root path\ of your project, within the g4t/packages/ directory.
To remove an existing package, use the following command:
php artisan remove:packageThis command will also automatically update your composer.json file to reflect the removal.
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.
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.
This project is open-source and available under the MIT License.
