LAPORSA Website Source Code - Online Public Complaints Service created using the Laravel 8 Framework and Tailwindcss. This website already contains CRUD with a database using MySQL.
- PHP Language
- Framework Laravel [https://laravel.com/]
- Visual Studio Code [https://code.visualstudio.com/download]
- Google Colaboratory [https://colab.research.google.com/]
- Git [https://git-scm.com/downloads]
- Github [https://github.com]
- Terminal (Powershell, Iterm, Command Prompt (CMD), Bash, Zsh, Fish, etc)
I assume you already installing git in your computer, then you can clone this repository by typing this command in your terminal:
$ git clone https://github.com/SangKengetan/laporsa.git
You should change your directory to this repository by typing this command:
$ cd laporsa
If you already have this repository in your computer, but you don't have the latest version (i.e. your teammate already push their own work), you can update it by typing this command:
$ git pull
If you want to add your own work to this repository, you can add your own file by typing this command:
$ git add .
Then you can commit your own work by typing this command:
$ git commit -m "your commit message"
Finally you can push your own work to this repository by typing this command:
$ git push