承接 nick-kh/new-voyager 相关项目开发

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

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

nick-kh/new-voyager

最新稳定版本:v1.2.3

Composer 安装命令:

composer require nick-kh/new-voyager

包简介

A Laravel Admin Package for The Control Group to make your life easier and steer your project in the right direction

README 文档

README

Laravel Version PHP Version MySQL Version License

A powerful and modern admin panel for Laravel 12, designed to make your development process faster and more efficient.

✨ Prerequisites

Requirement Version
Laravel 12.0
PHP 8.3
MySQL 5.7

📦 Installation Guide

🛠️ Setting Up Laravel Project

  1. Install new Laravel project

  2. Enter project root directory and run:

    composer install
  3. Configure environment:

    • Create .env file
    • Configure database (MySQL recommended)
  4. Generate application key:

    php artisan key:generate
  5. Create storage link:

    php artisan storage:link
  6. Install and build assets:

    npm install && npm run build
  7. Run migrations:

    php artisan migrate

🎯 Installing New-Voyager Package

  1. Install the package:

    composer require nick-kh/new-voyager

    Note: if you receive error like this:

    • laravel/framework is locked to version v12.2.0 and an update of this package was not requested.
    • carbonphp/carbon-doctrine-types 3.2.0 conflicts with doctrine/dbal 3.9.2.

    Just delete composer.lock file and run command again

  2. Choose installation type:

    # With dummy data
    php artisan new-voyager:install --with-dummy
    
    # Clean installation
    php artisan new-voyager:install
  3. Start the development server:

    php artisan serve

    Then visit: http://localhost:8000/admin

  4. Default Admin Credentials (if installed with dummy data):

    📧 Email: admin@admin.com
    🔑 Password: password
    

👥 Admin User Management

Assign admin privileges to existing user:

php artisan new-voyager:admin your@email.com

Create new admin user:

php artisan new-voyager:admin your@email.com --create

📚 Documentation

For comprehensive documentation, visit the Official Voyager Documentation 📖

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

Made with ❤️ for the Laravel Community

Report Bug · Request Feature

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-03