This is a Data Management System built with Laravel 8.
- User Account Management (Sign Up, Login, User Type, User Status)
- Admin Dashboard
- Create / List Categories
- Create / Manage products
- Blog
- clone this project
- copy paste
.env.exampleand rename to.env - on your phpMyAdmin, create db with name: dms
- run
composer updateorcomposer install - run
php artisan migrate - run
php artisan serve - on your browser visit
localhost:8000