An open API service indexing awesome lists of open source software.

https://github.com/gotocva/simple-contact-form-package


https://github.com/gotocva/simple-contact-form-package

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# How to create and publish a Laravel package on packagist
A Laravel package is a set of reusable classes created to add extra functionality to a Laravel website. In clearer terms, a package is to Laravel, what plugins are to WordPress. The primary goal of Laravel packages is to reduce development time by making reusable features into a set of standalone classes that can be used within any Laravel project.