定制 olakunlevpn/mages 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

olakunlevpn/mages

最新稳定版本:1.0.0

Composer 安装命令:

composer require olakunlevpn/mages

包简介

Mages preset for Laravel.

README 文档

README

A Mages (Bootstrap 5, Alpine.js, Laravel and Livewire) Preset for Laravel

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

If you're not familiar with the name, it's an acronym that describes the main technologies involved in the stack:

Here are some notable features:

  • Views extend a default layout
  • Front-end assets like Bootstrap 5 and AlpineJS are set up with Vite
  • Bootstrap-powered pagination views

Installation

This preset is intended to be installed into a fresh Laravel application. Follow Laravel's installation instructions to ensure you have a working environment before continuing.

Login View

Installation (without auth)

Then simply run the following commands:

composer require livewire/livewire olakunlevpn/mages
php artisan ui mages
npm install
npm run dev

Installation (with auth)

If you would like to install the preset and its auth scaffolding in a fresh Laravel application, make sure to use the --auth flag on the ui command:

composer require livewire/livewire olakunlevpn/mages
php artisan ui mages --auth
npm install
npm run dev

Some notable features of the authentication scaffolding include:

  • Powered by Livewire components and single action controllers
  • Bundled with pre-written tests

All routes, components, controllers and tests are published to your application. The idea behind this is that you have full control over every aspect of the scaffolding in your own app, removing the need to dig around in the vendor folder to figure out how things are working.

Credits

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-05-04