Skip to content

REJack/livewire-crud

Repository files navigation

Welcome to livewire-crud

// 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.

Installation

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"

Usage

    // THIS IS MISSING aka TODO

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published