Skip to main content

C.A.R. 911 Documentation

Complete resource management for 911 operations. Track equipment, manage fleets, monitor cameras, and coordinate command center operations in real-time.

Quick Start

Get C.A.R. 911 up and running in your environment

1

Install dependencies

Clone the repository and install PHP dependencies with Composer.
git clone https://github.com/exechoko/dashboard_roles.git
cd dashboard_roles
composer install
2

Configure environment

Copy the example environment file and generate your application key.
cp .env.example .env
php artisan key:generate
Update the .env file with your database credentials and other configuration settings.
3

Run migrations

Set up the database schema and seed initial data.
php artisan migrate --seed
This creates all necessary tables including users, roles, permissions, equipment, fleet, and camera management.
4

Start the application

Launch the development server and access the dashboard.
php artisan serve
Navigate to http://localhost:8000 and log in with your credentials.

Explore by Feature

Discover the core capabilities of C.A.R. 911

Dashboard

Real-time overview of operational status, equipment, and resources

Equipment Management

Track terminals, devices, and equipment inventory with status monitoring

Fleet Management

Manage police vehicles, mobile units, and fleet resources

Camera Systems

Monitor and administer surveillance cameras and physical installations

Bodycam Tracking

Track bodycam assignments, deliveries, and returns

Dependencies

Manage organizational hierarchy: departments, divisions, and stations

Key Features

Everything you need for comprehensive resource management

Role-Based Access Control

Granular permissions with Spatie Laravel Permission package for secure multi-user access

Live Command Center

Real-time CECOCO mapping and mobile unit tracking with Leaflet integration

Advanced Reporting

Excel exports, audit logging, and comprehensive historical tracking

Advanced Search

Powerful filtering and search capabilities across all resources and assets

API Documentation

Integrate C.A.R. 911 with your systems

Authentication

Learn how to authenticate and secure your API requests

Equipment API

Manage equipment inventory programmatically

Fleet API

Access vehicle and mobile unit data

CECOCO APIs

Real-time command center data and mobile tracking

Ready to get started?

Follow our installation guide to deploy C.A.R. 911 in your environment

View Installation Guide

Build docs developers (and LLMs) love