Download the PHP package joshdonnell/laravel-starter-kit-vue without Composer

On this page you can find all versions of the php package joshdonnell/laravel-starter-kit-vue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-starter-kit-vue


Build Status Latest Stable Version License

An end-to-end type-safe Laravel 13 starter kit with auto-generated TypeScript types, Vue 3, and shadcn-vue components for fast front-end prototyping. Built on top of Nuno Maduro's Laravel Starter Kit, this kit extends it with Wayfinder, Laravel Data, and unplugin-auto-import to provide a Nuxt-like developer experience when writing Vue code within a Laravel Inertia application.

Tech Stack

Backend: PHP 8.5+, Laravel 13, Inertia.js v3, Laravel Fortify, Spatie Laravel Data, Nuno Maduro's Essentials

Frontend: Vue 3, reka-ui, shadcn-vue, TypeScript, Tailwind CSS v4

Type Generation: Laravel Wayfinder (auto-generated route & action types), Spatie Laravel Data + TypeScript Transformer (auto-generated DTO types)

DX Tooling: Vite Plus, unplugin-auto-import, unplugin-vue-components, vite-plugin-watch

Code Quality: PHPStan (level max via Larastan), Rector, Pint, oxlint, oxfmt, Pest v5 (100% coverage)

Features

Local Development

Requires PHP 8.5+, Node 22+, pnpm (used in CI), and a code coverage driver like Xdebug.

SQLite is used by default for database, session, cache, and queue storage.

Installation

Setup

Optional: Browser Testing

If you plan to use Pest's browser testing capabilities:

Verify Installation

You should see 100% test coverage and all quality checks passing.

Available Commands

Development

Code Quality

Testing

Maintenance

Code Style

This project enforces a strict, automated code style across both PHP and JavaScript/TypeScript:

Run composer lint to auto-fix formatting across the entire codebase.

Code Standards

Testing

The project uses Pest with a comprehensive testing suite. The following standards are enforced:

Run the full suite with:

Or run individual checks:

Contributing

Contributions are welcome from everyone! To get started:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feat/my-feature or git checkout -b fix/my-fix)
  3. Make your changes
  4. Ensure CI is passing (composer test)
  5. Commit your changes (git commit -m 'Add my feature')
  6. Push to your branch (git push origin feat/my-feature)
  7. Open a Pull Request

Please ensure all tests and quality checks pass before submitting your PR.

License

This project was created by Josh Donnell under the MIT license.


All versions of laravel-starter-kit-vue with dependencies

PHP Build Version
Package Version
Requires php Version ^8.5.0
inertiajs/inertia-laravel Version ^3.1.1
laravel/fortify Version ^1.37.2
laravel/framework Version ^13.18.1
laravel/tinker Version ^3.0.2
laravel/wayfinder Version ^0.1.20
nunomaduro/essentials Version ^1.2.0
spatie/laravel-data Version ^4.23.0
spatie/laravel-typescript-transformer Version ^3.3.0
spatie/typescript-transformer Version ^3.3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package joshdonnell/laravel-starter-kit-vue contains the following files

Loading the files please wait ...