Videos tagged with: octobercms
Vehicle API
In this episode we are going to add an image and price fields to our vehicles on our October CMS backend. And then display them in our Vue app.
Filtering On API
In this episode we are again going to filter our vehicles by location, but this time using October CMS and some Laravel methods.
Filtering By Location
In this episode we are going to leverage the data we created in the last episode, to filter our vehicles by location using Vue.
Connecting Locations and Vehicles
In this episode we are going to connect our locations and our vehicles using October CMS and some Laravels PHP code and relations API .
Locations API
In this episode we are going to use October CMS to create our locations API so that we can consume it with our Vue.js app.
Homepage UI
In this episode we are finally going to start building our October CMS and Vue.js application, and of course we are starting with the homepage.
What is Vuex?
In this episode we are going to take a look at Vuex, a state management library for Vue.js
Tailwind CSS
In this episode we are going to add Tailwind CSS to our project and show how this is a great framework for creating single page applications with frameworks like Vue or React.js.
October Setup
In this first episode of Creating Rent-a-Car we are going to setup October CMS side of things.
Vue Setup
In this episode we are going to setup Vue side of things for our rent-a-car applictaion.
Better 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.
Deploying To Shared Hosting
In this episode I'm going to show you how to deploy October CMS to a shared hosting using Git FTP
CSS Grid Layouts - Gridify My Site
In this video I'm going to be talking about using CSS Grid on my site.
Ajax 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.
Update 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.
Ajax 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.