Skip to content

Explore the Citizen Complaints Management System – a Laravel-based web app facilitating citizen complaints and feedback. This project offers seamless CRUD operations for managing complaints efficiently. Enhance your Laravel skills and adapt the code for your projects. Happy coding!

Notifications You must be signed in to change notification settings

SangKengetan/laporsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAPORSA - Website Pengaduan Masyarakat

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.

Tools

  1. PHP Language
  2. Framework Laravel [https://laravel.com/]
  3. Visual Studio Code [https://code.visualstudio.com/download]
  4. Google Colaboratory [https://colab.research.google.com/]
  5. Git [https://git-scm.com/downloads]
  6. Github [https://github.com]
  7. Terminal (Powershell, Iterm, Command Prompt (CMD), Bash, Zsh, Fish, etc)

Basic Git

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

About

Explore the Citizen Complaints Management System – a Laravel-based web app facilitating citizen complaints and feedback. This project offers seamless CRUD operations for managing complaints efficiently. Enhance your Laravel skills and adapt the code for your projects. Happy coding!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published