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

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

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

mindshaker/laravel-starter

最新稳定版本:2.1

Composer 安装命令:

composer require mindshaker/laravel-starter

包简介

UIkit starter template for Laravel 10

README 文档

README

Atention: This package was updated to not only install Uikit scaffolding but also allow to keep tailwind and Alpine JS.

This package installs the starter kit "Laravel Breeze" and styles it with UiKit and it removes unnecessary files from Breeze and tailwind (See the full list of deleted / changed files below).

Laravel Breeze is a minimal, simple implementation of all of Laravel's authentication features, including login, registration, password reset, email verification, and password confirmation.

Getting Started

Prerequisites

To begin, you'll need a fresh install of Laravel. Adding this to an existing project is not recommended and may cause issues. For full instructions on installing Laravel, refer to the Laravel installation docs, but something like the following will get you up and running:

composer create-project laravel/laravel example-app

cd example-app

Installing

  1. Include this repository into your composer dependencies:
composer require mindshaker/laravel-uikit

OR

composer require mindshaker/laravel-starter
  1. Run the artisan command to install Breeze and UIKit (This will delete / change files. Please see full list below.) Or keep tailwind and insert a default design system
php artisan starter:install
  1. Finish the Breeze installation
php artisan migrate

npm install

Full list of deleted / Changed files after install

The delete files are files that we don't need, ex: tailwind because we use UiKit.

Deleted Files

  • app/Http/Controllers/ProfileController.php
  • resources/views/components/
  • resources/views/profile/
  • resources/css/
  • resources/views/layouts/navigation.blade.php
  • resources/js/bootstrap
  • postcss.config.js
  • tailwind.config.js

Changed Files

  • resources/views/welcome.blade.php
  • resources/views/dashboard.blade.php
  • resources/views/layouts/app.blade.php
  • resources/views/welcome.blade.php
  • resources/js/app.js
  • resources/views/auth/
  • package.json (Add packages and remove extra ones.)
  • vite.config.js

Next Steps

  • Profile

This project was made to accommodate our laravel Setup, yours might not be the same.

License

This template is open-source software licensed under the MIT license - see the LICENSE.md file for details

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 4
  • Forks: 1
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-10-28