定制 nfgarching/laravel-bootstrap-starter 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

nfgarching/laravel-bootstrap-starter

Composer 安装命令:

composer create-project nfgarching/laravel-bootstrap-starter

包简介

Laravel 12 Template with Livewire Auth + Bootstrap 5.3

README 文档

README

Stable Version Total Downloads License

About this template

This is a laravel repository project, which can be used as a basis for future projects. This starter kit comes with Livewire Auth and Bootstrap 5 CDN. Optional You can use node_modules or sail.

Features

The Laravel template project comes with the following features:

Installation

Create the project with composer

# Create application
composer create-project nfgarching/laravel-bootstrap-starter {project_name} --stability=dev

# Go into app's directory
cd {my-project}

# Start application
php artisan serve

Create own Git-Repository

# Go into app's directory
cd {my-project}

# Start a new Git-Repository
git init
git add .
git commit -m 'initial commit'

Optional install sail

composer require laravel/sail --dev
php artisan sail:install
./vendor/bin/sail up

Use of Bootstrap 5

Default with CDN

Template include Bootstrap’s production-ready CSS and JavaScript via CDN without the need for any build steps.

Optional install Bootsrap 5 with Vite

Goto directory resource/views/components/layouts/app/

Add in head.blade.php

@vite(['resources/css/app.scss', 'resources/js/app.js'])

Remove in head.blade.php

<!-- Bootstrap CSS + Icons -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
    integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">

Remove in script.blade.php

<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
    integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous">
</script>

Running Vite

cd {my-project}
npm install && npm run build
composer run dev

License

Distributed under the MIT License. See LICENSE for more information.

nfgarching/laravel-bootstrap-starter 适用场景与选型建议

nfgarching/laravel-bootstrap-starter 是一款 基于 Blade 开发的 Composer 扩展包,目前已累计 41 次下载、GitHub Stars 达 2, 最近一次更新时间为 2025 年 03 月 23 日, 在 PHP 生态内属于活跃度较高的组件。

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

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

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

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

BUG 修复 & 性能优化

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

项目外包 & 长期维护

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

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

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 1
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-23