Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 2.4 KB

File metadata and controls

67 lines (45 loc) · 2.4 KB

{Your Package}

Latest Version on Packagist Test Status Code Coverage Badge Total Downloads


Instructions

This repo can be used to scaffold a Laravel package. Follow these steps to get started:

  1. Press the "Use this template" button on the top right corner of this repo to create a new repo with the contents of this skeleton.
  2. Run php ./init.php to run a script that will replace all placeholders throughout all the files.
  3. If nothing works, ask Arushad.

Or you can delete ./init.php and manually replace the below placeholders:

  • {package description}
  • {your-package} // Package name
  • {your_package} // Package key words
  • {Your Package} // Package title
  • {YourPackage} // Package class name
  • {author_name} // Package author name
  • {author_email} // Package author email
  • {Contributor} // Package author link

Introduction

{package description}

Documentation

You'll find the documentation on https://docs.javaabu.com/docs/{your-package}.

Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving this package? Feel free to create an issue on GitHub, we'll try to address it as soon as possible.

If you've found a bug regarding security please mail info@javaabu.com instead of using the issue tracker.

Testing

You can run the tests with

./vendor/bin/phpunit

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email info@javaabu.com instead of using the issue tracker.

Credits

License

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