Videos tagged with: php
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.
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.
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.
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.
Static Pages and Menus
In this video we are going to learn about static pages, and static menus feature that you get from the static pages plugin.
Groups and Permissions
In this episode we are going to learn about groups and permissions in October CMS.
Seeding With Routes
In this episode I'm going to show you how you can seed your database using routes and without losing any of your data.
PHP block
In this episode I'm going to show you how to use PHP block in your October CMS theme to create simple and complex queries and display them on your pages.
Search
In this episode of Making Websites with October CMS I'm going to show you how to search through your site using SiteSearch plugin.
Seeding With Faker
In this episode I'm going to show you how to populate your October CMS database with some fake data using the Faker plugin.
Uploading Images From Frontend
In this episode I'm going to show you how to upload images and save it to the October CMS database from frontend of your website.