Skip to content

CRUD operation in Laravel 8 with Blade directives and Blade components

Notifications You must be signed in to change notification settings

rickt25/laravel-crud

Repository files navigation

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.

About

CRUD operation in Laravel 8 with Blade directives and Blade components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published