Skip to content

Instantly share code, notes, and snippets.

View Cryptospy's full-sized avatar
🏠
Working from home

Dr Respawn Cryptospy

🏠
Working from home
View GitHub Profile
@faridbouchdak
faridbouchdak / bootstrap.php
Last active September 13, 2023 05:58
Simple slugs for collections in Cockpit CMS
<?php
/*
Simple slugs for collections in Cockpit - https://github.com/Cockpit-HQ/Cockpit
Place this code or copy this file in `/config/bootstrap.php`.
Notes:
For this to work properly the collection of your choice needs a field of type 'text' (give it any name you like) and in its options a key 'slugField' with the name of the field to generate the slug from.