Skip to main content

composer.json

Open in GitHub
{
"require": {
"php": "^8.0",
//
"cviebrock/eloquent-sluggable": "^8.0.1",
//
}

app/Models/Plan.php

Open in GitHub
use Illuminate\Database\Eloquent\Model;
use Cviebrock\EloquentSluggable\Sluggable;
 
class Plan extends Model
{
use Sluggable;
}

We'd Love Your Feedback

Tell us what you like or what we can improve

Feel free to share anything you like or dislike about this page or the platform in general.