contact-us package
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. 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.
Getting Started
- Create a fresh laravel package
Laravel new blog
cd blog
install package in your project
run the command in your project
composer require tal7aouy/contact
then run
php artisan migrate
the contact package is designed by tailwindCss by default