Search by

sohan065 / crud

sohan065

simple crud app

1.0.3 2023-12-22 16:16 UTC

This package is auto-updated.

Last update: 2026-08-22 22:34:58 UTC


README

Installation

To install this package, use the following command:

composer require sohan065/crud

To published the package assets in the Laravel project :

php artisan vendor:publish --tag=public --force

Database Migration

Then run the database migration command to create the tables.

php artisan migrate

Run the server.

php artisan serve

It will serve the app on http://127.0.0.1:8000 by default.

Dashboard Access

Then add dashboard after your localhost http://127.0.0.1:8000

http://127.0.0.1:8000/dashboard