More Premium Hugo Themes Premium Vue Themes

Laravel Inertia Primevue Starter

Starter kit to speed up the development of new applications.

Laravel Inertia Primevue Starter

Starter kit to speed up the development of new applications.

Author Avatar Theme by dawidholka
Github Stars Github Stars: 35
Last Commit Last Commit: Dec 18, 2024 -
First Commit Created: Dec 18, 2023 -
Laravel Inertia Primevue Starter screenshot

Overview

The Laravel Jetstream Inertia Vue PrimeVue Starter is a starter kit designed to accelerate the development of new applications. It is based on the starter kit from dawidholka and is a continuation of the implementation of the sakai-vue starter. However, it is worth noting that the CRUD (Create, Update, and Delete) feature is still missing.

Features

  • Laravel 8: The latest version of Laravel, a popular PHP framework, is used as the foundation for the starter kit.
  • Inertia.js: Inertia.js is a library that allows you to build single-page applications using server-side routing and rendering while still enjoying the benefits of a traditional multi-page application.
  • Jetstream: Jetstream is a beautifully designed application scaffolding for Laravel, which provides a robust starting point for your projects.
  • Vue 3: The latest version of Vue.js, a popular JavaScript framework, is used for the frontend development of the applications.
  • PrimeVue: PrimeVue is a rich set of UI components for Vue.js, offering a wide range of customizable and responsive components for building modern web applications easily.
  • Sakai PrimeVue Theme: The starter kit includes the Sakai PrimeVue Theme, which provides a visually appealing and user-friendly interface for the applications.
  • Vue-i18n: Vue-i18n is a internationalization library for Vue.js applications, allowing you to easily add multi-language support to your projects.
  • Spatie Permissions: Spatie Permissions is a Laravel package that provides an easy and flexible way to manage user permissions and roles in your application.
  • Spatie Settings: Spatie Settings is another Laravel package that helps you manage application settings and configuration with ease.
  • Spatie View Models: Spatie View Models is a Laravel package that allows you to create view-specific models, providing a clean separation between your business logic and presentation logic.
  • Spatie Data Transfer Objects: Spatie Data Transfer Objects is a package that helps you handle data transfer objects (DTOs) in your application, making it easier to validate and sanitize incoming data.

Installation

To install the Laravel Jetstream Inertia Vue PrimeVue Starter, follow these steps:

  1. Clone the repository:
git clone [repository_url]
  1. Navigate to the root directory of the cloned repository:
cd [repository_directory]
  1. Install the dependencies using Composer:
composer install
  1. Copy the .env.example file and rename it to .env:
cp .env.example .env
  1. Generate an application key:
php artisan key:generate
  1. Configure your database settings in the .env file.

  2. Migrate the database:

php artisan migrate
  1. Install the frontend dependencies using npm:
npm install
  1. Build the frontend assets:
npm run dev
  1. Start the development server:
php artisan serve

You can now access the Laravel Jetstream Inertia Vue PrimeVue Starter by visiting http://localhost:8000 in your browser.

Summary

The Laravel Jetstream Inertia Vue PrimeVue Starter is a feature-rich starter kit that combines Laravel, Inertia.js, Vue.js, PrimeVue, and other powerful packages to provide developers with a solid foundation for building modern web applications. With its comprehensive set of features and easy installation process, it is a valuable resource for those looking to streamline their development workflow. However, it’s important to note that the CRUD functionality is not yet included in this starter kit.