Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.35 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.35 KB

Build Status Total Downloads Latest Stable Version License

About this repository

This is a CRUD Operation with Has Many relationship. I implemented 2 types of templating in Blade which is

  • Blade component (NEW) where we use <x-something /> in our blade
  • Blade directives, the traditional way where we use @extends() and @include()

For Laravel users i really recommend trying the new Blade Component, it's quite fun to use. It work's a bit like Livewire Components

License

The Laravel framework is open-sourced software licensed under the MIT license.