I'm new to laravel. I'm using sjousse/laravel-unique-reference
I don't know how to configure/ generate reference number.
Already there have given example of usage. But it not enough for me. How to update last inserted record with reference?
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
use SJousse\UniqueReference\UniqueReference;
class Application extends Model {
use UniqueReference;
When should i call to generate number?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community