Skip to content

Lost & Found is an application that user can report when find or lost personal belongings in train stations.

Notifications You must be signed in to change notification settings

megabitid/LostnFound_Backend

Repository files navigation

Lost and Found Megabit API

Continous Deployment Status

Installation

Use the package manager composer to install Lost and Found Megabit API. This project is using PHP 7.

composer update && composer install

Usage

Advanced usage

Hashed id and foreign_id

By default h_id and h_foreign_id are enabled to introduce the feature.

  • To fully enable hashed id encryption check file bellow and uncomment the code.

    • app\Http\Kernel.php
    • app\Models\*.php
    • app\Providers\RouteServiceProvider.php
  • To remove this feature, or hashed field [ h_(field) ] in response, comment on:

    protected $appends = [
      ...
    ]
    • and the functions above it.

About

Lost & Found is an application that user can report when find or lost personal belongings in train stations.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages