This repository can be used as template for a new Rapidez package.
- Click on "Use this template" on the top of this Github repo page
- Run
php ./configure.php
Credits to spatie/package-skeleton-laravel
for the inpiration for this template.
Keep in mind that if you contribute to this template; it should work for official and unofficial packages!
rapidez/something
someone/rapidez-something
:package_description
composer require :vendor_slug/:package_slug
You can publish the config with:
php artisan vendor:publish --tag=rapidez-:package_slug_without_prefix-config
You can publish the views with:
php artisan vendor:publish --tag=rapidez-:package_slug_without_prefix-views
GNU General Public License v3. Please see License File for more information.