lightszentip/laravel-starter-base-app 问题修复 & 功能扩展

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

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

lightszentip/laravel-starter-base-app

Composer 安装命令:

composer create-project lightszentip/laravel-starter-base-app

包简介

A powerful starter kit for Laravel applications featuring Filament and Jetstream, designed for rapid development with the latest quality standards. Perfect for building scalable and maintainable Laravel apps with a modern tech stack including Livewire, PHPStan, and Pest.

README 文档

README

Latest Version on Packagist Latest Version on Packagist Latest Version on Packagist Total Downloads Larastan Laravel PHPCodeSniffer PHPmd Psalm

Introduction

Laravel Starter Base App Kit is a boilerplate for starting new Laravel projects with a pre-configured setup for code quality tools, environment configuration, and essential packages. This kit aims to streamline the development process by providing a solid foundation for building robust and maintainable Laravel applications.

Installation

To create a new project using this starter kit, run the following command:

default with jetstream

composer create-project lightszentip/laravel-starter-base-app

filamentphp

composer create-project lightszentip/laravel-starter-base-app:dev-filamentphp

Setup

After creating the project, navigate to the project directory and set up your environment:

cd laravel-starter-base-app
cp .env.example .env

Run the database migrations and seeders:

php artisan migrate
php artisan db:seed

Features

  • Pre-configured Code Quality Tools: Includes Pint, Larastan, PHPMD, PSALM, and PHPCodeSniffer.
  • Environment Configuration: Easy setup for environment variables.
  • Essential Packages: Pre-installed packages for security, static analysis, and more.

Code Quality Tools

This starter kit comes with several code quality tools pre-configured:

Usage

Running Code Quality Tools

To run the code quality tools, use the following commands:

  • Pint: ./vendor/bin/pint
  • Larastan: ./vendor/bin/phpstan analyse
  • PHPMD: ./vendor/bin/phpmd app text phpmd.ruleset.xml
  • PSALM: ./vendor/bin/psalm
  • PHPCodeSniffer: ./vendor/bin/phpcs

Environment Configuration

Configure your environment variables in the .env file. Here are some key settings:

  • APP_NAME: The name of your application.
  • APP_ENV: The environment your application is running in (local, production, etc.).
  • APP_KEY: The application key (use php artisan key:generate to generate one).
  • DB_CONNECTION: The database connection type (e.g., mysql).
  • DB_HOST: The database host.
  • DB_PORT: The database port.
  • DB_DATABASE: The database name.
  • DB_USERNAME: The database username.
  • DB_PASSWORD: The database password.

Contributing

Contributions are welcome! Please submit a pull request or open an issue to discuss your ideas.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Support

For any issues or questions, please open an issue on the GitHub repository.

lightszentip/laravel-starter-base-app 适用场景与选型建议

lightszentip/laravel-starter-base-app 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 11 次下载、GitHub Stars 达 10, 最近一次更新时间为 2025 年 01 月 18 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「template」 「laravel」 「starter kit」 「starter-kit-laravel」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 lightszentip/laravel-starter-base-app 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 lightszentip/laravel-starter-base-app 我们能提供哪些服务?
定制开发 / 二次开发

基于 lightszentip/laravel-starter-base-app 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

  • Stars: 10
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-01-18