devrabbi / crudpackage
A simple CRUD package for Laravel
1.0.0
2026-02-26 09:34 UTC
Requires
- php: ^8.2
- illuminate/support: ^9.0|^10.0|^11.0|^12.0
This package is not auto-updated.
Last update: 2026-05-08 08:59:37 UTC
README
A simple and easy-to-use CRUD package for Laravel projects.
Installation
composer require devrabbi/crudpackage
Usage
After installation, the package routes are automatically loaded.
Visit:
/crud- List all items/crud/create- Create new item/crud/{id}/edit- Edit item
Publishing Assets
To publish views to your project:
php artisan vendor:publish --provider="Devrabbi\Crudpackage\CrudpackageServiceProvider" --tag="views"
License
MIT License
---
## Step 4: Register on Packagist
1. Go to https://packagist.org
2. Click "Sign Up" and create an account
3. Use the same email as your GitHub account
4. Verify your email
---
## Step 5: Submit Your Package to Packagist
1. After login, click "Submit Package" button
2. Paste your GitHub repository URL: