In this sections we will look at the structure of view and templates within Coaster CMS.
The general folder structure is like this:
There are 2 locations to be aware of for themes currently - public/themes and resources/views/themes. In the resources/views/themes folder is where the themes folder structure is located. The default theme has all the top level folders necessary to use Coaster CMS:
In the public/themes/default folder are the asset folders:
In general this is the folder structure needed to create a new theme. Feel free to add an assets folder to the resources folder and use gulp / laravel-elixir / grunt to combine/minify js/css into the public themes folder if you wish to do so.
Based on Laravel 5
Additional features always being planned/researched
"git" involved
Announcing (belatedly) Coaster CMS version 5.5...
So, somewhat belatedly we have launched Coaster CMS version 5.5, which is now based on Laravel v5.5 (LTS) and mostly includes a major "under the hood" update that will make Coaster more stable and als...
Coaster CMS v5.4 is here
So, Coaster CMS v5.4 has arrived and I'm just going to give you an overview of the new features. We think this update will really help people grasp the concepts around Coaster and give you ideas o...
Where is Data Stored in Coaster CMS
We've had a couple of discussions recently with people trying to understand the data structure of Coaster and more specifically, where data is stored in Coaster CMS and I thought I'd summarise some of...