Here we will look, How we can create a new custom package or seprate module. Probably in any application have lots of module. Probably we faces many more challenges to managing any big application for this reason. I am prefer to create seprage custom package for each module So that I can write the readale code. So Here I am creating a package for contact form
- Contact form with required field with validation.
- Contact Form details will be send on company or admin registered mail
- Also will be saved in database
- User will receive a confirmation mail to send inquiry
- Clone the repository
git clone https://github.com/jeetu-sah/laravel-custom-package.git
- composer update
- php artisan migrate
- php artisan serve
Support my Goodwork by being sponsors and backers.
Paypal: https://www.paypal.com/paypalme/jeetu226
The Laravel Custom Package is open-sourced licensed under the MIT license.