/package-skeleton

A skeleton repo for contributions

Primary LanguagePHPMIT LicenseMIT

You can find instructions for submitting a new package proposal in this repo.

A skeleton repo for contributions

:package_name

Laravel 9.x Laravel 10.x GitHub Tests Action Status

Note: Replace :package_namespace :author_name :author_username :author_email :package_name :package_description with their correct values in README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE.md, composer.json and other files, then delete this line. Tip: Use "Find in Path/Files" in your code editor to find these keywords within the package directory and replace all occurrences with your specified term.

This is where your description should go. Add a little code example so build can understand real quick how the package can be used. Try and limit it to a paragraph or two.

Installation

You can install the package via composer:

composer require ageekdev/:package_name

You can publish the config file with:

php artisan vendor:publish --tag=":package_name-config"

Usage

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.