承接 wisnet/laravel-starter-kit 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

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:telescope installs and publishes Telescope assets.
  • php artisan starter-kit:fortify installs and publishes Fortify assets.
  • php artisan starter-kit:sentry installs and publishes Sentry assets.
  • php artisan starter-kit:views publishes views.
  • php artisan starter-kit:assets publishes JS and CSS assets.
  • php artisan starter-kit:node adds dependencies to package.json.
  • php artisan starter-kit:webpack updates webpack.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 我们能提供哪些服务?
定制开发 / 二次开发

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

BUG 修复 & 性能优化

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

项目外包 & 长期维护

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

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-11-12