Skip to content

Instantly share code, notes, and snippets.

View faridbouchdak's full-sized avatar

Farid Bouchdak faridbouchdak

View GitHub Profile

Keybase proof

I hereby claim:

  • I am faridbouchdak on github.
  • I am faridbouchdak (https://keybase.io/faridbouchdak) on keybase.
  • I have a public key ASAicvC9pJbBCB0HH6L_uQxfrrb_jrCq2gN40O0cSSeV9Ao

To claim this, I am signing this object:

@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.