Skip to content

PrplWrldd/ordersystem-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Order System Project

Tech Stack

  • Laravel
  • Tailwind CSS

How to contribute?

  1. Clone this repository
git clone https://github.com/krekz/ordersystem-laravel.git 
  1. Pull the cloned repo
cd ordersystem-laravel
git pull
  1. Make new branch (e.g. feature/fix/etc) . Let say your part is to create login ⬇️
git checkout -b feat/login
  1. Code your stuff
  2. Push to the remote repository after made changes
git add .
git commit -m "Login feature"
git push origin feat/login
  1. Create new pull request here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors