madtechservices/nova-pulse 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

madtechservices/nova-pulse

最新稳定版本:1.1.0

Composer 安装命令:

composer require madtechservices/nova-pulse

包简介

A Laravel Nova tool for integrating Laravel Pulse.

README 文档

README

Nova Pulse is a custom tool for Laravel Nova that integrates Laravel Pulse, allowing you to debug your Laravel application directly from the Nova dashboard. This tool loads Laravel Pulse in a lightweight popup/lightbox style interface for quick access. Use at your own risk I am still learning. Very open for people to help me make this better like making it look like part of the nova dashboard instead of a popup.

Features

  • Integrates Laravel Pulse into Nova
  • Simple installation and configuration
  • Lightweight and easy to use

Requirements

  • Laravel: ^11.0
  • Laravel Nova: ^4.0
  • Laravel Pulse: ^1.0
  • PHP: ^8.1

Installation

  1. Install via Composer:

    composer require madtechservices/nova-pulse
  2. Register the Tool:

Add the tool to your NovaServiceProvider:

public function tools()
{
    return [
        // Other tools...
        \Madtechservices\NovaPulse\NovaPulse::make(),
    ];
}
  1. Publish Configuration (optional) If the tool requires specific configuration, you can publish it with:
php artisan vendor:publish --tag=nova-pulse-config

Usage

After installation, you'll find a "Nova Pulse" menu item in the Nova dashboard. Click it to open Laravel Pulse in a popup/lightbox style.

Development

Would love this to just be a part of the dashboard and not in a popup style iframe. But I am not that good and still learning. To contribute or report issues, follow the steps below:

Clone the repository:

git clone https://github.com/madtechservices/nova-pulse.git

Install dependencies:

npm install
composer install

Compile assets:

npm run dev

Contributing

We welcome contributions! Please follow these steps:

  • Fork the repository.
  • Create a feature branch.
  • Submit a pull request with a clear description of your changes.

License

Nova Pulse is open-sourced software licensed under the MIT license.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-12-06