marjose123 / starter-kit
The starter kit application for the Laravel framework that utilizes Vue, NuxtUi, TailwindCss, and other Laravel packages.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Type:project
pkg:composer/marjose123/starter-kit
Requires
- php: ^8.4
- ext-curl: *
- ext-json: *
- dedoc/scramble: ^0.12.35
- inertiajs/inertia-laravel: ^2.0
- jaybizzle/crawler-detect: ^1.3
- laravel/fortify: ^1.30
- laravel/framework: ^12.0
- laravel/sanctum: ^4.0
- laravel/tinker: ^2.10.1
- mobiledetect/mobiledetectlib: ^4.8
- scalar/laravel: ^0.2.0
- stevebauman/location: ^7.6
- tightenco/ziggy: ^2.6
Requires (Dev)
- driftingly/rector-laravel: ^2.0
- fakerphp/faker: ^1.23
- larastan/larastan: ^3.7
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^4.1
- pestphp/pest-plugin-browser: ^4.1
- pestphp/pest-plugin-laravel: ^4.0
- rector/rector: ^2.1
This package is auto-updated.
Last update: 2025-10-13 09:45:43 UTC
README
A modern, feature-rich starter kit for Laravel applications that combines the power of Laravel with Vue 3, Nuxt UI, and TailwindCSS. This starter kit provides a solid foundation for building scalable web applications with modern development practices.
๐ฏ About Project
This starter kit is designed to jumpstart your Laravel development with a carefully curated selection of tools and packages. It includes modern frontend technologies, comprehensive testing setup, code quality tools, and development utilities to help you build maintainable and scalable applications.
Screenshots
Explore the screenshots of the starter kit by navigating to the Screenshots folder.
๐ ๏ธ Tech Stack
Backend
- ๐ PHP 8.4 - Latest PHP version with modern features
- ๐จ Laravel 12 - The latest Laravel framework
- โก Inertia.js - Modern monolith approach for SPAs
Frontend
- ๐ผ๏ธ Vue 3 - Progressive JavaScript framework
- ๐จ Nuxt UI - Beautiful and accessible UI components
- ๐ฏ TailwindCSS 4 - Utility-first CSS framework
- ๐ฆ TypeScript - Type-safe JavaScript development
- โก Vite - Fast build tool and dev server
Development Tools
- ๐งช Pest PHP - Elegant PHP testing framework
- ๐ญ Playwright - End-to-end testing for web apps
- ๐ PHPStan - Static analysis for PHP
- ๐จ Laravel Pint - Code style fixer for Laravel
- โป๏ธ Rector - Automated refactoring tool
- ๐ ESLint - JavaScript/TypeScript linting
- ๐ Prettier - Code formatting
- ๐ณ Laravel Sail - Docker development environment
- ๐ง Mailpit - Email testing tool
โจ Features / Functionality
Core Features
- ๐ User Authentication - Complete authentication system with Laravel Fortify
- ๐ก๏ธ **Two-Factor Authentication (2FA)โ**Integration with recovery codes
- ๐ Password Confirmation - Secure page protection with password confirmation middleware
- ๐ RESTful API - Full API authentication with token refresh and management
- ๐ฑ Session Management - Device tracking, location data, and session revocation
- ๐จ Appearance Management - Custom middleware for theme/appearance handling
- ๐ฑ Responsive Design - Mobile-first approach with TailwindCSS
- โก SPA Experience - Seamless navigation with Inertia.js
- ๐ Notifications - Integrated notification system
- ๐ API Documentation - Auto-generated API docs with Scramble
- ๐ Device Detection - Comprehensive user agent and location tracking
๐ Installation
Prerequisites
- PHP 8.4 or higher
- Composer
- Node.js & npm
- Git
Quick Start with Laravel Installer
If you have the Laravel installer globally installed, you can create a new project using this starter kit:
composer global require laravel/installer laravel new example-app --using=marjose123/starter-kit
Manual Installation
-
Clone the repository
git clone https://github.com/marjose123/starter-kit.git cd starter-kit
-
Install PHP dependencies
composer install
-
Install Node.js dependencies
npm install
-
Environment setup
cp .env.example .env php artisan key:generate
-
Database setup
touch database/database.sqlite php artisan migrate
-
Start development servers
composer dev # or separately: # php artisan serve # npm run dev
Available Scripts
composer dev
- Start all development servers concurrentlycomposer dev:ssr
- Start with server-side renderingcomposer test
- Run PHP testscomposer format
- Format both frontend and backend codecomposer analyse
- Run static analysisnpm run dev
- Start Vite dev servernpm run build
- Build for productionnpm run lint
- Lint frontend code
๐ License
The Starter-kit for Laravel is open-sourced software licensed under the MIT license.