Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.12 KB

Laravel Custom Package

About Laravel Custom Package

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

Feature List

  1. Contact form with required field with validation.
  2. Contact Form details will be send on company or admin registered mail
  3. Also will be saved in database
  4. User will receive a confirmation mail to send inquiry

Installation Process

  1. Clone the repository
git clone https://github.com/jeetu-sah/laravel-custom-package.git
  1. composer update
  2. php artisan migrate
  3. php artisan serve

Donate

Support my Goodwork by being sponsors and backers.
Paypal: https://www.paypal.com/paypalme/jeetu226

License

The Laravel Custom Package is open-sourced licensed under the MIT license.