This video just shows and example of a NOT CMS we built for a client. Sure they can add content and manage it BUT they did not need all the extra features that come with Wordpress or Drupal like workflows, versioning, intricate roles etc. Also they had a huge need to easily deploy all of this work. For example the Help system can have updates deployed to all of the sites via one Github commit.
Quick intro to Laravel using a custom CMS app I made The repo is here This is mainly to show an example of a small CMS being built in Laravel. CMS (Content Management System) that is at it’s most basic level, Authentication, Simple Content Types etc. What we will cover. Installing the “CMS” and what Page Types it comes with Looking at the folder layout “Where is….” App config setting up the site PHP Artisan command to migrate the site Routes Page example looking at the wysiwyg, Controller, View etc Tags - lets add a many to many relationship This is NOT the end all setup just an example.