ezappslab/laravel-jumpstart

Streamlines the development process by providing a pre-configured foundation with essential tools

v0.0.3 2024-05-05 20:32 UTC

This package is not auto-updated.

Last update: 2024-05-05 20:40:39 UTC


README

Introduction

This is a Laravel starter kit package designed to kickstart your Laravel projects with ease. It provides a solid foundation with commonly used technologies and configurations, allowing you to focus on building your application rather than setting up the initial structure.

  • Vue 3: A progressive JavaScript framework for building user interfaces. Vue 3 offers improved performance and new features compared to its predecessor.
  • Pinia: A modern state management solution for Vue 3 applications. It provides a simple and intuitive API for managing application state.
  • Vue Router: The official router for Vue.js. Vue Router enables efficient navigation between different views in a Vue application.
  • VueUse: A collection of essential Vue composition utilities. VueUse provides a set of composable functions for common tasks such as working with browser APIs, handling reactive data, and more.

Installation

To get started with the package, follow these simple steps

  1. Install the package using Composer:
composer require --dev ezappslab/laravel-jumpstart
  1. Run the package installation command:
php artisan jumpstart:install

Usage

To use this package in your Laravel application, follow these steps:

  1. Install the required npm packages:
npm install
  1. Compile your assets with one of the following commands:
npm run dev

or

npm run build

That's it! You are now ready to start using Jumpstart in your Laravel project.

Contribute

Contributions to this project are welcome!

License

The Laravel framework is open-sourced software licensed under the MIT license.