ezappslab/laravel-jumpstart

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

This package is not auto-updated.

Last update: 2025-06-30 02:20:01 UTC


README

Overview

Laravel Jumpstart is a modern starter kit that jumpstarts your Laravel projects with essential tools and configurations. It’s designed to save setup time, so you can focus on building features.

Frontend Stack

  • Vue 3: Progressive JavaScript framework with enhanced performance.
  • Pinia: Lightweight, intuitive state management for Vue 3.
  • Vue Router: Seamless navigation for SPA architecture.
  • VueUse: Handy Vue composition utilities for common tasks.

Installation

  1. Require the package via Composer:

    composer require --dev ezappslab/laravel-jumpstart
  2. Run the installer:

    php artisan jumpstart:install

Usage

  1. Install frontend dependencies:

    npm install
  2. Compile assets:

    npm run dev
    # or for production
    npm run build

You're now ready to build with Laravel Jumpstart!

Contribution

Contributions are welcome! Feel free to open issues or submit pull requests.

License

This package uses the MIT License.

Package Structure

Jumpstart also includes a Laravel package skeleton to speed up package development with pre-configured tools and best practices.

Core Dependencies

Production

Development