Replies: 1 comment
-
Or i have to add migration? Schema::table(config('lunar.database.table_prefix') . 'collections', function (Blueprint $table) {
$table->string('name');
$table->string('slug');
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want access to my catalog by url (slug), i.e
site.ru/catalog/computers
.Beta Was this translation helpful? Give feedback.
All reactions