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
Requires
- php: ^8.2
- laravel/framework: ^12.0
- laravel/sanctum: ^4.0
- laravel/tinker: ^2.10.1
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.13
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
- soloterm/solo: ^0.4.0
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