Skip to content

deni2403/Laundry_CMS

Repository files navigation

Alza Laundry CMS

Tugas Capstone Kelompok 7 MSIB 5

Features :

  • Web Profile
  • CRUD Order
  • CRUD Event
  • CRUD Member
  • CRUD Worker
  • Read & Update Ironer
  • Read & Update Packer
  • WA Notification
  • Add Member Point
  • Discount by Point
  • Tracking Order

This project was built using :

FrontEnd :

BackEnd :

Database :

  • MySQL

Settings

  • Copy - Paste ENV Example and rename to .env
  • change ";extension=gd" to "extension=gd" at php.ini file to use gd driver.

Instalation & Run :

- https://github.com/deni2403/Laundry_CMS.git 
- composer install 
- npm install
- npm run build
- php artisan storage:link (for link storage to public)
- php artisan vendor:publish --provider="Intervention\Image\ImageServiceProviderLaravelRecent" (for intervention image)
- php artisan key:generate
- php artisan migrate
- php artisan db:seed
- php artisan serve
- npm run dev (for hot reload)