Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdminLaravel (MySQL Backend)

A Laravel-style admin management project with backend logic for:

  • Category management
  • Product management
  • Order and order item management
  • Dashboard stats

Setup

  1. Install dependencies:
    composer install
  2. Configure env:
    cp .env.example .env
    php artisan key:generate
  3. Set MySQL credentials in .env.
  4. Run migrations:
    php artisan migrate
  5. Start server:
    php artisan serve

Admin Routes

  • /admin/dashboard
  • /admin/categories
  • /admin/products
  • /admin/orders

API Routes

  • GET /api/dashboard/summary
  • Full CRUD under /api/admin/...

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages