skip to Main Content

Laravel – Sluggable without name column

In a Laravel 11 project, I have installed Sluggable package to generate slugs in my project (composer require cviebrock/eloquent-sluggable). I have a model called Tag which will store all the tag information in a json column. Schema::create( 'tags', function( Blueprint…

VIEW QUESTION
Back To Top
Search