Best laravel framework open-source packages.

LostnFound_Backend

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

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.
Tags firebase