LaraVuetify screenshot

LaraVuetify

Author Avatar Theme by Avgkudey
Updated: 12 Apr 2020
11 Stars

Laravel 5.8 Vue Vuetify 2 Starter

Categories

Overview

LaraVuetify is a Starter Template built with Laravel 5.8, Vue 2, and Vuetify 2. It provides developers with a solid foundation for building web applications that are powered by Laravel on the backend and Vue.js with the Vuetify UI framework on the frontend.

Features

  • Laravel 5.8: Built on the latest version of the popular PHP framework, providing developers with a robust and secure foundation for their web applications.
  • Vue 2: Utilizes the Vue.js JavaScript framework, allowing for the creation of dynamic and reactive user interfaces.
  • Vuetify 2: Integrates the Vuetify UI framework, which provides a set of pre-designed, reusable, and responsive components for building modern and visually appealing web applications.

Installation

To install LaraVuetify, follow the steps below:

  1. Clone the GitHub repository:
git clone https://github.com/avgkudey/LaraVuetify.git
  1. Change into the project directory:
cd LaraVuetify
  1. Install the project dependencies:
composer install
npm install
  1. Start the Laravel server:
php artisan serve
  1. In a separate terminal, run the following command to compile and watch the frontend assets:
npm run dev
npm run watch

Summary

LaraVuetify is a powerful starter template that combines the functionalities of Laravel, Vue.js, and Vuetify to provide developers with a solid foundation for building modern web applications. With its integration of the latest versions of these frameworks, developers can benefit from the latest features and enhancements, while also leveraging a wide range of pre-designed UI components provided by Vuetify. The installation process is straightforward and well-documented, making it easy for developers to get started with LaraVuetify and start building their web applications quickly.