Skip to content

My opinionated template for the Laravel packages

License

moe-mizrak/laravel-package-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

:package_name

:package_description

🚧 Under Construction 🚧

Laravel Package Template

My opinionated template for the Laravel packages

(Inspired by: https://github.com/spatie/package-skeleton-laravel)

Get Started

Follow these steps to get started:

  1. Press the "Use this template" button at the top of this repo to create a new repo with the contents of this template.
  2. Run following script which will replace all placeholders throughout all the files.
php ./build.php
  1. That's it! Now you have a new Laravel package scaffolded and ready to be developed.

Installation

You can install the package via composer:

composer require :vendor_slug/:package_slug

You can publish the config file with:

php artisan vendor:publish --tag=":package_slug"

Contributing

Your contributions are welcome! If you'd like to improve this project, simply create a pull request with your changes. Your efforts help enhance its functionality and documentation.

If you find this project useful, please consider ⭐ it to show your support!

Authors

This project is created and maintained by :author_name.

License

Laravel Package Template is an open-sourced software licensed under the MIT license.

About

My opinionated template for the Laravel packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages