/Laravel-Master-Detail-Form

Example master-detail form on Laravel+jQuery - adding order with products

Primary LanguagePHP

Laravel Master-Detail Form Example with jQuery

Simple demo-project to add products with order, within the same form.

This project was created for this article: Master-Detail Form in Laravel + jQuery: Create Order With Products

Laravel master-detail form

Laravel master-detail table


System is partly generated with QuickAdminPanel, based on Laravel 6 and CoreUI Free theme (Bootstrap 4) with form customization afterwards.


How to use

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (it has some seeded data for your testing)
  • That's it: launch the main URL.
  • You can login to adminpanel with default credentials admin@admin.com - password
  • Add Products and Orders from the menu

License

Basically, feel free to use and re-use any way you want.


More from our LaravelDaily Team