sohan065/crud

simple crud app

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sohan065/crud

1.0.3 2023-12-22 16:16 UTC

This package is auto-updated.

Last update: 2025-12-22 20:57:31 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