The Wayback Machine - https://web.archive.org/web/20201001163936/https://github.com/renoki-co/laravel-package-skeleton
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Package Name Here

CI codecov StyleCI Latest Stable Version Total Downloads Monthly Downloads License

Note: Replace :package_name :package_description :package_namespace :package_service_provider :author_name :author_link :styleci_code with their correct values in README.md, CONTRIBUTING.md, LICENSE and composer.json files, then delete this line.

This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.

🀝 Supporting

Renoki Co. on GitHub aims on bringing a lot of open source, MIT-licensed projects and helpful projects to the world. Developing and maintaining projects everyday is a harsh work and tho, we love it.

If you are using your application in your day-to-day job, on presentation demos, hobby projects or even school projects, spread some kind words about our work or sponsor our work. Kind words will touch our chakras and vibe, while the sponsorships will keep the open source projects alive.

πŸš€ Installation

You can install the package via composer:

composer require renoki-co/:package_name

Publish the config:

$ php artisan vendor:publish --provider="RenokiCo\:package_namespace\:package_service_provider" --tag="config"

Publish the migrations:

$ php artisan vendor:publish --provider="RenokiCo\:package_namespace\:package_service_provider" --tag="migrations"

πŸ™Œ Usage

$ //

πŸ› Testing

vendor/bin/phpunit

🀝 Contributing

Please see CONTRIBUTING for details.

πŸ”’ Security

If you discover any security related issues, please email alex@renoki.org instead of using the issue tracker.

πŸŽ‰ Credits

πŸ“„ License

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

About

Default package scaffolding for Laravel/PHP packages.

Resources

License

Releases

No releases published

Sponsor this project

Learn more about GitHub Sponsors

Packages

No packages published

Languages

You can’t perform that action at this time.