This repo can be used to scaffold a Laravel package. Follow these steps to get started:
- 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.
- Run
php ./init.php
to run a script that will replace all placeholders throughout all the files. - 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
{package description}
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.
You can run the tests with
./vendor/bin/phpunit
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email info@javaabu.com instead of using the issue tracker.
- Javaabu Pvt. Ltd.
- Arushad Ahmed (@dash8x)
- {Contributor}
- All Contributors
The MIT License (MIT). Please see License File for more information.