code-tieumomo/laravel-nuxt-starter-kit

The skeleton application for the Laravel framework.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

Type:project

dev-main 2025-03-13 08:18 UTC

This package is auto-updated.

Last update: 2025-03-13 08:18:39 UTC


README

A Laravel + Nuxt starter kit with a fresh installation of Laravel 12 and Nuxt 3 with a basic directory structure.

Features

Laravel

  • Laravel 12
  • Basic authentication with Laravel Sanctum

Nuxt

  • Nuxt 3
  • Basic authentication with API token from Laravel
  • Tailwind CSS
  • Includes some essential modules like @nuxt/fonts, @nuxt/image, @nuxt/icon, ...

Installation

You can install this starter kit using Laravel Installer or Composer.

Laravel Installer

laravel new --using=code-tieumomo/laravel-nuxt-starter-kit my-app

Composer

composer create-project code-tieumomo/laravel-nuxt-starter-kit my-app  --stability dev

Usage

Development

php artisan solo