jeroengerits/laravel 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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 prepare to fix code issues in one single command.

📦 Eloquent Enhancements

🎨 Styling and Theme

🧩 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 CarbonImmutable to avoid unintentional date mutations.
    • 👉 todo: add link
  • Named Root Route: Root route is named home for clarity and consistency.
    • 👉 todo: add link
  • Centralized Config: Includes a custom essentials.php config file for managing core app settings.
    • 👉 todo: add link

统计信息

  • 总下载量: 9
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-04-19