Skip to content

A Livewire CRUD system, designed around minimal time sink on repetitive jobs

License

Notifications You must be signed in to change notification settings

sitesurfer/lwcrud

Repository files navigation

LWCrud is a lightweight, minimal config CRUD drop in for Laravel 8+

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

LWCrud is a lightweight CRUD example for Laravel 7+. designed to be a minimal kick off point for fast provision of boring list and forms. It is very much in development and no guarantees are given for stability whatsoever.

Installation

You can install the package via composer:

composer require sitesurfer/lwcrud

You can publish and run the migrations with:

php artisan vendor:publish --provider="Sitesurfer\Lwcrud\LwcrudServiceProvider" --tag="lwcrud-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --provider="Sitesurfer\Lwcrud\LwcrudServiceProvider" --tag="lwcrud-config"

This is the contents of the published config file:

return [
];

Usage

$lwcrud = new Sitesurfer\Lwcrud();
echo $lwcrud->echoPhrase('Hello, Sitesurfer!');

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

A Livewire CRUD system, designed around minimal time sink on repetitive jobs

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published