承接 ipimpat/bootstream 相关项目开发

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

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

ipimpat/bootstream

最新稳定版本:v2.0.3

Composer 安装命令:

composer require ipimpat/bootstream

包简介

A Laravel 9 and 10 package that replaces Laravel Jetstream's TailwindCSS based Inertia stack with a Bootstrap 5.2 based Inertia stack.

README 文档

README

Latest Stable Version Total Downloads License

Description

Bootstream is a package for Laravel 9 and 10 that replaces Laravel Jetstream's TailwindCSS based Inertia stack with a Bootstrap 5.2 based Inertia stack.

Table of Content

Installation

This package only supports Jetstream with Inertia.

It is important you install and configure Laravel Jetstream with the Inertia stack before performing the installation.

You are highly encouraged to read through the entire documentation of Jetstream before beginning your Bootstream project.

Install Jetstream with Inertia

You may use Composer to install Jetstream into your new Laravel project:

composer require laravel/jetstream

After installing the Jetstream package, you may use the jetstream:install command to install Jetstream With Inertia:

php artisan jetstream:install inertia

php artisan jetstream:install inertia --teams

Install Bootstream

You may use Composer to install Bootstream into your new Laravel project as dev dependency:

composer require ipimpat/bootstream --dev

The Bootstream install command are very similar to that of Jetstream.

In addition, you may use the --teams switch to install team assets just like you would in Jetstream:

php artisan bootstream:install

php artisan bootstream:install --teams

Finalizing the Installation

After installing Bootstream, install and build your NPM dependencies:

npm install
npm run build
php artisan migrate

Testing

Run the tests with:

vendor/bin/phpunit

or

composer tests

Credit

License

Bootstream is open-sourced software licensed under the MIT license.

统计信息

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

GitHub 信息

  • Stars: 23
  • Watchers: 2
  • Forks: 2
  • 开发语言: Vue

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-12-25