rejack / livewire-crud
livewire-crud your easy to build CRUD package for Laravel
Fund package maintenance!
REJack
Requires
- php: ^8.0
- illuminate/contracts: ^8.0|^9.0
- spatie/laravel-package-tools: ^1.11
Requires (Dev)
- nunomaduro/collision: ^5.11
- nunomaduro/larastan: ^1.0
- orchestra/testbench: ^6.24
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-10-22 00:58:45 UTC
README
// 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.