jaber0424/jaber0424-crud-package

v0.0.1 2024-06-14 11:13 UTC

This package is auto-updated.

Last update: 2025-07-14 14:45:40 UTC


README

Installation

Install the package via composer:

composer require jaber0424/jaber0424-crud-package  

Publish package resources:

php artisan vendor:publish --tag="jaber0424-crud-package" 

Migrate the necessary database tables:

php artisan migrate