2017 © Pedro Peláez
 

library laravel-optimus

Laravel wrapper for Optimus

image

rodrigopedra/laravel-optimus

Laravel wrapper for Optimus

  • Monday, July 23, 2018
  • by rodrigo.pedra
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel Optimus

Bridge to jenssegers/optimus for Laravel., (*1)

It handles Route Model Binding to use a hashed id., (*2)

Installation

composer require rodrigopedra/laravel-optimus

It will auto-register the ServiceProvider., (*3)

Configuration

Run this command to generate your app's secret numbers and add them to you .env:, (*4)

php artisan optimus:seed

Usage

Add the UsesOptimusKey trait to the models you want to have an Optimus route key., (*5)

This trait will handle the custom model binding., (*6)

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

23/07 2018
23/07 2018