Making websites with October CMS
In this video series we are going to get familiar with October CMS. A great Laravel based CMS. We are going to be creating themes, plugins, learn about administration and other great stuff.
Making websites with October CMSInstalling October CMS
In this video series we are going to take a look at October CMS and make a website with it. In this first episode I'm going to show you how to install October on your machine.
Making websites with October CMSBasic Concepts
Before we start delving into making a new website with October CMS I just want to take a few minutes to talk about some of the basic concepts that you will encounter when using October.
Making websites with October CMSCreating Themes
In this episode of Making Websites With October CMS I'm quickly going to show you how you can create your own theme using this CMS.
Making websites with October CMSSetting Up Laravel Elixir
In this episode we are going to set up Laravel Elixir to with our October CMS installation. Also we are going to enable Livereload, so that we can see the changes on our site whenever we save a file.
Making websites with October CMSBuilder Plugin Overview
In this episode we are going to create our first plugin with Builder for October CMS. This plugin is going to act as a custom content type for our site, with custom fields and everything.
Making websites with October CMSBasic Templating
In this episode we are going to take a quick brake from the builder plugin and just make our theme a bit prettier. An of course we are going to learn a few things in the process.
Making websites with October CMSDisplaying Lists and Details
Now we are going to continue working with the Builder plugin for October CMS and learn how to display our lists and create and display details page for our movies.
Making websites with October CMSSlugs And Pagination
In this episode of Making Web Sites With October CMS I'm going to show you how to link up to the details page via slugs and also how to create pagination for your list pages.
Making websites with October CMSImages And Galleries
In this episode I'm going to show you how to add a single image to your model and also how to create gallery of images for your model. Of course we are going to learn how to display those images on our front-end and also resize and crop them.
Making websites with October CMSRelations
In this episode we are going to be talking about relations in October CMS, this is one of the most important things you have to understand in October to be able to successfully link your content together.
Making websites with October CMSInverse Relations
In this episode of Making Websites With October CMS we are going to create inverse relation so that we can display movies that belong to a specific genre.
Making websites with October CMSRepeater field
In this episode of Making Websites With October CMS I'm going to show you how to use and create repeater fields for your models.
Making websites with October CMSCreating Custom Form Widgets
In this episode I'm going to show you how to create custom form widgets for October CMS.
Making websites with October CMSSaving Form Widget Data
In this episode we are going to be setting up everything so that we can save the data that we are passing through our October CMS form widget.
Making websites with October CMSCreating New Data via Form Widget
In this episode I'm going to show you how to create new model instance via October CMS form widget that we created in the previous two episodes.
Making websites with October CMSCreating a Simple Component
In this episode of Making Websites With October CMS we are going to be creating a simple October CMS component for our website.
Making websites with October CMSAdding Options to Components
Now that we have created our first simple component for October CMS we will add some options to it so that we can control output of our component better.
Making websites with October CMSCreating Contact Form
In this episode I'm going to show you how to create a simple contact form component for your October CMS website. And also how to use SMTP service from Google to send emails while developing your site.
Making websites with October CMSForm validation
Now let's make our October CMS contact form a bit better by creating form validation for our fields.
Making websites with October CMSFrontend Forms
In this episode we are going to be creating frontend form for October CMS so that the users can enter data directly into our database. I'm also going to show you how to use Flash messages to give feedback to the user.
Making websites with October CMSUsers
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.
Making websites with October CMSAjax Form Validation
In this episode we are quickly going back to forms and validation, but this time we are going to do it with Ajax na October CMSs Ajax framework.
Making websites with October CMSExtending User Plugin
In this episode we are going to extend User plugin for October CMS with two additional fields.
Making websites with October CMSExtending 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.
Making websites with October CMSNEW! 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.
Making websites with October CMSUploading 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.
Making websites with October CMSSeeding 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.
Making websites with October CMSSearch
In this episode of Making Websites with October CMS I'm going to show you how to search through your site using SiteSearch plugin.
Making websites with October CMSPHP 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.
Making websites with October CMSSeeding 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.
Making websites with October CMSSuccess and Error Messages in Forms
In this episode of Making websites with October CMS I'm going to show you how to create success and error messages for your contact form.
Making websites with October CMSGroups and Permissions
In this episode we are going to learn about groups and permissions in October CMS.
Making websites with October CMSStatic 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.
Making websites with October CMSBackend Lists
In this episode of Making Websites With October CMS we are going to take a bit deeper look at backend lists.
Making websites with October CMSBackend Filters
In this episode I'm going to show you how to create filters for your backend lists in October CMS.
Making websites with October CMSRelation Manager
In this episode I'm going to show you how to use Relation Manager for October CMS.
Making websites with October CMSLaravel 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.
Making websites with October CMSCreating Sitemap.xml
In this episode I'm going to show you how to generate sitemap.xml file for your October CMS website by hand.
Making websites with October CMSFrontend 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
Making websites with October CMSSemantic UI
In this quick episode we are just going to integrate Semantic UI css framework to our October CMS installation.
Making websites with October CMSAjax Frontend Filters
In this episode we are going to use Octobers Ajax framework to filter our movies by genre and year.
Making websites with October CMSAjax Frontend Sorting
In this episode I'm going to show you how to use October CMSs Ajax framework to sort the items you are listing.
Making websites with October CMSAjax Pagination
In this episode we are going to extend our Ajax filtering system with one more feature, and that is going to be Ajax Pagination, using the October CMS Ajax framework.
Making websites with October CMSUpdate October CMS to Laravel 5.5 with Valet
In this episode I'm going to show you how to update October CMS to Laravel 5.5 using the Laravel Valet development environment.
Making websites with October CMSAjax Image Upload
In this episode I'm going to show you how to upload images from the October CMS frontend with Ajax and also show image previews.
Making websites with October CMSDeploying To Shared Hosting
In this episode I'm going to show you how to deploy October CMS to a shared hosting using Git FTP
Making websites with October CMSBetter Links And URLs
In this episode I'm going to show you how you can make better and more complicated links and URLs in October CMS.