akhmads/laravel-crud

Laravel crud demo

dev-main 2024-04-19 16:52 UTC

This package is auto-updated.

Last update: 2024-04-19 16:55:06 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