lahaxearnaud/laravel-token

View on GitHub
src/config/config.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Created by PhpStorm.
 * Author LAHAXE Arnaud <lahaxe.arnaud@gmail.com>
 * Date: 26/12/14
 * Time: 20:30
 */
return [
    'tokenFieldName' => 'token'
];