Skip to content
forked from dusan01/sf-ucp

User Control Panel for San Fierro Cops And Robbers (Coded with Laravel 4.2 at the time)

Notifications You must be signed in to change notification settings

natoritz/sf-ucp

 
 

Repository files navigation


Logo

San Fierro Cops And Robbers

User Control Panel (UCP) v4.6.0

Table of Contents

About The Project

This project is User Control Panel web application for the SF-CNR project.

This project is over 6 years old. It is old code and certainly not recommended for a production environment given that it has been unmaintained for years. But due to overwhelming demand, it has been open sourced should you want to use it for anything.

Some features may or may not work. Mostly data related issues, and no guaranteed fix may be provided the project is now discontinued.

Built using the Laravel 4.2 php framework at the time.

Getting Started

This project has been dockerized for convienience. Make sure your server/system has docker installed.

  1. Clone the project
  2. cp .env.example.php .env.php
  3. Edit .env.php and make sure the database point to your SF-CNR database
  4. docker compose -p sf-ucp up -d --build
    • By default, the port used will be 80. Modifiable in the docker-compose (see nginx, ports section - 80:80 is default, but 8080:80 will use port 8080 instead).
  5. docker exec app composer install
  6. Access the site http://localhost

Previews

Login Page Dashboard

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Lorenc - @zeelorenc - zeelorenc@hotmail.com

Project Link: https://github.com/zeelorenc/sf-ucp

About

User Control Panel for San Fierro Cops And Robbers (Coded with Laravel 4.2 at the time)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 34.8%
  • PHP 19.4%
  • HTML 17.6%
  • Blade 16.4%
  • CSS 11.8%