PHPackages                             fusigabs/laranuxtui-kit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. fusigabs/laranuxtui-kit

ActiveProject

fusigabs/laranuxtui-kit
=======================

The skeleton application for the Laravel framework.

69VueCI passing

Since Jun 11Pushed 11mo agoCompare

[ Source](https://github.com/fusigabs/laranuxtui-kit)[ Packagist](https://packagist.org/packages/fusigabs/laranuxtui-kit)[ RSS](/packages/fusigabs-laranuxtui-kit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Nuxt UI Starter Kit
---------------------------

[](#laravel-nuxt-ui-starter-kit)

A Laravel starter kit using Inertia.js, Nuxt UI and Tailwind v4.

[![Alt text](.github/preview.png)](.github/preview.png)

Introduction
------------

[](#introduction)

This is a simple Laravel starter kit that uses NuxtUI with Inertia.js. It also incorporates [Spatie Laravel Data](https://github.com/spatie/laravel-data) which transforms Data Transfer Objects to TypeScript types that can be used in the frontend.

Installation
------------

[](#installation)

You can use the [Laravel Installer](https://laravel.com/docs#installing-php) to install this starterkit.

```
laravel new my-app --using=fusigabs/laranuxtui-kit
```

Then, run `comopser run dev` to run the asset watcher, and you're good to go!

Built With
----------

[](#built-with)

Below is a list of all the technologies this starter kit has been **built with**:

- [Laravel](https://laravel.com)
- [Inertia.js](https://inertiajs.com)
- [Nuxt UI](https://ui.nuxt.com)
- [TailwindCSS](https://tailwindcss.com)
- [Spatie Laravel Data](https://github.com/spatie/laravel-data)

Example Data Transfer Object
----------------------------

[](#example-data-transfer-object)

This starterkit can be used very similar to the current official laravel starterkits, except that it includes [Spatie Laravel Data](https://github.com/spatie/laravel-data) for Data Transfer Objects. You can use the [Laravel Installer](https://laravel.com/docs#installing-php) to install this starterkit.

```
