wisnet/laravel-starter-kit
Composer 安装命令:
composer require wisnet/laravel-starter-kit
包简介
A collection of dependencies aimed to streamline development of a brand new Laravel project
关键字:
README 文档
README
Introduction
The Laravel Starter Kit is a compilation of packages that will help you speed up the development process when starting with a fresh Laravel project.
What's Included
This starter kit includes the following composer packages:
The following front-end packages will be installed:
- Bootstrap 4.5
- Vue 3
Views
The following views will be generated:
views
├── auth
│ ├── login.blade.php
│ ├── passwords
│ │ ├── confirm.blade.php
│ │ ├── email.blade.php
│ │ └── reset.blade.php
│ ├── register.blade.php
│ └── verify.blade.php
├── home.blade.php
└── layouts
└── app.blade.php
Authentication views will be registered with Fortify.
Front-End Assets
The following front-end assets will be generated:
├── js
│ ├── ExampleComponent.vue
│ ├── app.js
│ └── bootstrap.js
└── sass
├── abstracts
│ ├── _abstracts.scss
│ ├── _colors.scss
│ ├── _functions.scss
│ ├── _mixins.scss
│ └── _typography.scss
├── app.scss
├── base
│ ├── _base.scss
│ ├── _buttons.scss
│ ├── _form-elements.scss
│ ├── _headings.scss
│ └── _links.scss
├── components
│ └── _components.scss
├── layout
│ ├── _dashboard.scss
│ ├── _footer-main.scss
│ ├── _header-main.scss
│ └── _layout.scss
├── modules
│ └── _modules.scss
└── pages
└── _pages.scss
Vue
The starter kit uses Vue 3 and will provide you with an example component as well as your app already created and mounted.
Requirements
- Laravel 8.2
- Node ^10 || ^12 || >=14
- npm ^6
Getting Started
Add the starter kit to your composer file:
composer require wisnet/laravel-starter-kit
Installation
Run php artisan starter-kit:install to install the packages.
Next, run migrations once all dependencies have been installed.
php artisan migrate
Run npm install to install packages.
Compile front-end assets by running mix
Installing or publishing individual pieces
In the event new dependencies are added to the starter kit or assets change, you can individually install or publish them by running the following commands:
php artisan starter-kit:telescopeinstalls and publishes Telescope assets.php artisan starter-kit:fortifyinstalls and publishes Fortify assets.php artisan starter-kit:sentryinstalls and publishes Sentry assets.php artisan starter-kit:viewspublishes views.php artisan starter-kit:assetspublishes JS and CSS assets.php artisan starter-kit:nodeadds dependencies topackage.json.php artisan starter-kit:webpackupdateswebpack.mix.js.
Next Steps
If you're planning on using Sentry for error reporting make sure to get a DSN (visit sentry.io to create a new account or access your existing one).
Next, run the following command to finish setting up Sentry:
php artisan sentry:publish --dsn=paste-your-dsn-here
Don't forget to uncomment the report method inside your application's exception handler.
Documentation
The official documentation for each package can be found in the following links:
wisnet/laravel-starter-kit 适用场景与选型建议
wisnet/laravel-starter-kit 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 13 次下载、GitHub Stars 达 1, 最近一次更新时间为 2020 年 11 月 12 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「starter kit」 「wisnet」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 wisnet/laravel-starter-kit 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 wisnet/laravel-starter-kit 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 wisnet/laravel-starter-kit 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Laravel Filament Starter.
A Software Development Kit for Silverstripe Search
Slim starter / Slim skeleton package to boost your development with Slim framework
Usefull userfuncs
A collection of necessary navigations
A collection of useful ViewHelpers
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-12