承接 ajaycalicut17/meadow 相关项目开发

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

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

ajaycalicut17/meadow

Composer 安装命令:

composer require ajaycalicut17/meadow

包简介

Meadow is a laravel package used for instant admin panel.

README 文档

README

Packagist Downloads Packagist Version Packagist License

Meadow is a laravel package used for instant admin panel.

Important

This package should only be installed into new Laravel applications. Attempting to install into an existing Laravel application will result in unexpected behavior and issues.

Installation

You can install the package via composer:

composer require ajaycalicut17/meadow --dev

Run artisan command for installation:

php artisan meadow:install

Run npm

npm install && npm run dev

Database migration

php artisan migrate

Create a new user account using:

php artisan make:meadow-user

Features

Enable two factor authentication feature in config/fortify.php

Features::twoFactorAuthentication([
 'confirm' => true,
 'confirmPassword' => true,
]),

Ensure App\Models\User model uses the Laravel\Fortify\TwoFactorAuthenticatable trait.

use Laravel\Fortify\TwoFactorAuthenticatable;

class User extends Authenticatable
{
  use TwoFactorAuthenticatable;

Enable email verification feature in config/fortify.php

Features::emailVerification(),

Ensure App\Models\User class implements the Illuminate\Contracts\Auth\MustVerifyEmail interface.

use Illuminate\Contracts\Auth\MustVerifyEmail;

class User extends Authenticatable implements MustVerifyEmail
{

To specify that a route or group of routes requires that the user has verified their email address, you should attach verified middleware to the route.

Route::view('/home', 'home.index')->name('home')->middleware('verified');

To specify that a route or group of routes requires that the user has confirmed their current password, you should attach password.confirm middleware to the route.

Route::view('/home', 'home.index')->name('home')->middleware('password.confirm');

Dependents

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-04-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固