
In this series we will build a simple real estate app using Laravel backend framework and Vuejs 3 frontend framework.
I will assume that you have a basic understanding of using Laravel and Vuejs. For the sake of this tutorial i will be using Vue 3 and we will focus primarily on using the new Composition api comes with Vue 3.
Requirements:
- Laravel 8 or 9
- Vuejs 3
- Vuex Statement Management
What You Learn In This Series:
In this series we will focus primarily on these points:
- How to use Laravel 8 and Vue 3.
- Handling Laravel 8 authentication with Vuejs.
- Vue 3 Composition Api.
- Vue 3 Composable Functions.
- Implementing Custom Vuejs Components.
App Overview:
In this mock-up a simple description of what about to implement. This is the homepage of the app. In the header there are the website logo, a navigation menu that contains three links (Home, Properties, Contact). Also there two buttons to login and to submit property.
Underneath the menu there are the slider section and a simple form to search for property. In the middle area there the latest properties section.
We will review the rest of the pages when we download the template below.
Table of Contents