sohan065/crud

simple crud app

Maintainers

Package info

github.com/sohan065/test_package

pkg:composer/sohan065/crud

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.3 2023-12-22 16:16 UTC

This package is auto-updated.

Last update: 2026-03-22 21:33:10 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