Playlist : https://www.youtube.com/playlist?list=PLLo-6h61K2VodB-nC_UMZgruk1DrNVash
Source : https://github.com/pitocms/CakePHP-version-4-tutorial-Source
Database source : https://github.com/pitocms/CakePHP-version-4-tutorial-Source/tree/master/mysql%20file
facebook group : https://github.com/pitocms/CakePHP-version-4-tutorial-Source
Design Source : https://github.com/pitocms/simple-page/
cakephp docs : https://book.cakephp.org/4/en/development/routing.html#prefix-routing
This tutorial on cakephp admin prefix routing, purpose is many applications require an administration section where privileged users can make changes. This is often done through a special URL such as /admin/users/edit/5. In CakePHP, prefix routing can be enabled by using the prefix scope method.