Videos tagged with: octobercms
Ajax Frontend Filters
In this episode we are going to use Octobers Ajax framework to filter our movies by genre and year.
Frontend Filters
In this episode I'm going to make a lot of mistakes but by the end of it we will make a frontend filter for our movies using October CMS components system
Edit Todos
In this episode you are going to learn how to edit todo using Vue and then save it to your October CMS database.
Complete Todo
In this episode we are going to toggle the status of our todos via Vue.js and then update our October CMS database to also save the new status there.
Delete Todo
In this episode I'm going to show you how to remove todo item from your Vue list and the remove it from October CMS database.
Computed Properties
In this episode you are going to learn about computed properties in Vue.js and how we can use them on our October CMS and Vue Todo list.
Create Todo
In this episode you are going to learn how to create new todo item using Vue.js 2.0 and then save it to our OctoberCMS database.
Props
In this episode we are going to learn how to use props to send data from one Vue.js component to another.
Listing Todos
In this episode we are going to use axios library to get all of our todos from October CMS api and then list them using Vue 2.
Creating The API
Before we start using Vue.js 2 to create our application we have to create the API for it using October CMS.
Setup
In this series we are going to create a todo app using October CMS as backend and Vue.js 2 as frontend of our App.
Creating Sitemap.xml
In this episode I'm going to show you how to generate sitemap.xml file for your October CMS website by hand.
Laravel Mix and Webpack
In this episode we are going to take a look at how you can use Laravel Mix (wrapper around Webpack) to create your asset pipeline in October CMS.
Relation Manager
In this episode I'm going to show you how to use Relation Manager for October CMS.
Backend Filters
In this episode I'm going to show you how to create filters for your backend lists in October CMS.
Backend Lists
In this episode of Making Websites With October CMS we are going to take a bit deeper look at backend lists.