jeroengerits/laravel
Composer 安装命令:
composer create-project jeroengerits/laravel
包简介
My starter kit for Laravel.
关键字:
README 文档
README
A minimal yet powerful Laravel 12 starter kit with sensible defaults to help you build fast, secure, and maintainable applications.
This project is currently under active development.
🚧 Todo
- Add fluent classname builder and merger
- Use Volt for Livewire components
🛠️ Stack
- Laravel 12 - with essential defaults
- Tailwind 4 - and custom colors, fonts and config
- Livewire 3 - includes AlpineJS
🤏🏻 Minimal
- Does not include authentication pages (login, register, etc)
✨ Features
🔧 Code Quality
- Preconfigured with Laravel Pint, PHPStan and Rector for automatic formatting, type checking and refactoring.
- Run
composer prepareto fix code issues in one single command.
📦 Eloquent Enhancements
- Strict Mode Enabled
- Automatic Eager Loading
🎨 Styling and Theme
- Noto Font Family: - includes Sans, Serif, and Mono
- Blade Icons: includes Fluent UI System icons
- Custom Color Palette: extended Tailwind color palette
🧩 Blade Layouts
<x-layouts.html />: A base layout with minimal HTML, default scripts, and styles for rapid prototyping.- 👉 todo: add link
💯 Testing Improvements
- Database Refreshing: Refreshes the database after a test
- No External Requests: Prevents outbound HTTP requests during testing using Laravel’s HTTP fake.
- 👉 todo: add link
- Laravel Debugbar: Integrated for better insight during local development.
- 👉 todo: add link
🔒 Security Additions
- Forced HTTPS: All URLs are automatically HTTPS in production.
- 👉 todo: add link
- Safe Console Commands: Blocks destructive Artisan commands in production environments.
- 👉 todo: add link
🚀 Performance Optimizations
- Vite Prefetching: Enables aggressive prefetching for faster navigation.
- 👉 todo: add link
- Immutable Dates: Uses
CarbonImmutableto avoid unintentional date mutations.- 👉 todo: add link
- Named Root Route: Root route is named
homefor clarity and consistency.- 👉 todo: add link
- Centralized Config: Includes a custom
essentials.phpconfig file for managing core app settings.- 👉 todo: add link
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-19