akhmads / laravel-crud
Laravel crud demo
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/akhmads/laravel-crud
Requires
- php: ^8.2.0
- illuminate/console: ^11.0
- illuminate/filesystem: ^11.0
- illuminate/support: ^11.0
- illuminate/validation: ^11.0
- symfony/console: ^7.0
This package is auto-updated.
Last update: 2025-12-19 20:36:31 UTC
README
Simple CRUD (Create, Read, Update, Delete) using laravel
Installation
Open terminal or command prompt and go to your laravel project
composer require akhmads/laravel-crud:dev-main
Run the artisan command
php artisan crud:install
Test the application
php artisan serve
Enter this address in the browser
http://127.0.0.1:8000/demo/users