https://github.com/gotocva/simple-contact-form-package
https://github.com/gotocva/simple-contact-form-package
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gotocva/simple-contact-form-package
- Owner: gotocva
- License: mit
- Created: 2021-02-02T12:20:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-16T10:36:24.000Z (about 5 years ago)
- Last Synced: 2025-11-27T16:34:26.244Z (7 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.