Skip to content

jeet1293/adminlara

Repository files navigation

About Project

web application with Admin Panel and APIs

Admin Panel

Dasboard
  • Categories Counts
  • Products Counts
Users
  • Users List
  • User Detail
Categories
  • Categories List
  • Add Category
  • Edit Category
  • Delete Category
Products
  • Products List
  • Add Product
  • Edit Product
  • Delete Product

Project Setup Steps

DB Setup

  • create adminlara database.
  • change username and password in .env (if requried)

Please run following commands

$ composer install
$ npm install && npm run dev
$ php artisan migrate:fresh --seed
$ php artisan passport:install --force
$ php artisan serve
You can login with following credentials
Postman

License


MIT

Releases

No releases published

Packages

No packages published