nfgarching/laravel-bootstrap-starter
Composer 安装命令:
composer create-project nfgarching/laravel-bootstrap-starter
包简介
Laravel 12 Template with Livewire Auth + Bootstrap 5.3
关键字:
README 文档
README
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 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 nfgarching/laravel-bootstrap-starter 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
Alfabank REST API integration
High-performance, opinionated PHP 8 web framework with O(1) routing, parallel async MySQL, type-safe asset bridge, and React-island frontend
Laravel package for Accurate Online API integration.
The skeleton application for the Geoffrey agent framework.
Shared RCX Laravel DataTables UI and configuration helpers.
统计信息
- 总下载量: 41
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-23