承接 soinalastudio/voyager 相关项目开发

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

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

soinalastudio/voyager

Composer 安装命令:

composer require soinalastudio/voyager

包简介

A Laravel Admin Package forked from abandonned https://github.com/thedevdojo/voyager to make your life easier and steer your project in the right direction

README 文档

README

This fork of Voyager is maintained independently and has been detached from the original archived repository. Voyager is an easy-to-use Admin & BREAD (Browse, Read, Edit, Add, Delete) system built with Laravel, Vue, and Bootstrap.

🚀 Features

  • Easy BREAD operations for database management
  • Built with Vue.js and Bootstrap
  • Compatible with Laravel 8, 9, and 10 (for now)

Requirements

  • Laravel 8 or newer
  • PHP 8.0 or newer

Installation

1. Include Voyager in Your Laravel Project

To install via Composer:

composer require soinalastudio/voyager

2. Database Setup

Update your .env file with your database credentials and application URL:

DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

APP_URL=http://localhost:8000

3. Voyager Installation

Install Voyager without dummy data:

php artisan voyager:install

To install Voyager with dummy data (demo content):

php artisan voyager:install --with-dummy

4. Run Your Application

Start your local server:

php artisan serve

Visit http://localhost:8000/admin to access the admin panel.

Creating an Admin User

If installed with dummy data, use the following credentials:

  • Email: admin@admin.com
  • Password: password

If you need to grant admin privileges to an existing user:

php artisan voyager:admin user@example.com

To create a new admin user from scratch:

php artisan voyager:admin user@example.com --create

You'll be prompted to enter the user's name and password.

🚨 Security Enhancements

This fork includes critical security patches addressing:

  • CVE-2024-55417 (File Upload RCE)
  • CVE-2024-55416 (Reflected XSS)
  • CVE-2024-55415 (File Leak/Deletion)

Always keep your application up-to-date and review permissions and input handling.

Documentation & Resources

Community

Join our Slack community: Voyager Slack

License

Voyager is open-source software licensed under the MIT license.

Maintained with ❤️ by your independent Voyager fork.

统计信息

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

GitHub 信息

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

其他信息

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