Videos tagged with: laravel
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.
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.
NEW! Ajax Form Validation
In this video we are going to learn about new Ajax form validation that just came to October CMS few days ago.
Extending User Plugin - Frontend
In this episode I'm going to show you how to add and save your newly added fields for October CMS user plugin on the frontend of your site.
Extending User Plugin
In this episode we are going to extend User plugin for October CMS with two additional fields.
Users
In this episode we are going to setup User plugin for October CMS, and learn how to register and login users and also how to protect our pages from unauthorized access.