Skip to content

renoki-co/laravel-package-skeleton

Repository files navigation

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 :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.

🚀 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

About

Default package scaffolding for Laravel/PHP packages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages