// PLACE AFTER FIRST RELEASE
[![Latest Version on Packagist](https://img.shields.io/packagist/v/rejack/livewire-crud.svg?style=flat-square)](https://packagist.org/packages/rejack/livewire-crud)
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/rejack/livewire-crud/run-tests?label=tests)](https://github.com/rejack/livewire-crud/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/rejack/livewire-crud/Check%20&%20fix%20styling?label=code%20style)](https://github.com/rejack/livewire-crud/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/rejack/livewire-crud.svg?style=flat-square)](https://packagist.org/packages/rejack/livewire-crud)
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
You can install the package via composer:
composer require rejack/livewire-crud
You can publish the config file with:
php artisan vendor:publish --tag="livewire-crud-config"
This is the contents of the published config file:
return [
];
Optionally, you can publish the views using
php artisan vendor:publish --tag="livewire-crud-views"
// THIS IS MISSING aka TODO
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.