Skip to content

Z-Lynx/php_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project PHP

Technology

  • Laravel 10
  • Vuex 4.0.0
  • Vue 3
  • Tailwind Css 3.3.5
  • FCM (Firebase Cloud Messaging)
  • Pusher

Backend: Laravel 10

Backend Features

Authentication

Feature Status
Login Login Icon
Register Register Icon
Forget Password Forget Password Icon
Login with GitHub Login With GitHub
Login with Gmail Login With Gmail

Shop

Feature Status
GET Login Icon
POST Register Icon
PUT Forget Password Icon
DELETE Login With Facebook
Add to Cart Login With Gmail
PayPal Integration Login With Gmail

Frontend: Vue.js

Frontend Features

UI

Feature Status
Admin UI Auth
Auth Auth
Notifi + socket Auth
Shop Shop
Detail Detail
Cart Cart
PayPal Integration PayPal Integration

Git Workflow

  • Pull the latest branch: git fetch
  • Update the master branch: git pull master
  • Check the active branch in the VSCode bottom left corner
  • If on the wrong branch, switch to the correct branch: git checkout mn

Avoiding Master Push Mistakes

  • Delete local master changes: git branch -D master
  • Fetch the latest master: git fetch

Caution

  • Do not use git push -f on the master branch.

Tasks

  • Implement customer-to-table functionality in both backend and frontend.

About

#php_project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors