PHP Package: nova-kit/nova-packages-tool

A powerful PHP library for managing and optimizing Nova packages efficiently, enhancing development workflows and productivity.

Current Version: 2.0.3
Last Updated: 2025-02-21
PHP Requirement: ^8.1
Dependencies:
laravel/nova
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Nova Packages Tool is a comprehensive PHP library designed to streamline the creation, management, and optimization of Nova packages. With a range of features for enhancing development workflows and productivity, this tool simplifies the process of building and maintaining packages for Laravel Nova.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.0.3

Download Download v2.0.3

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/nova-kit/nova-packages-tool/2.0.3/loader.php';
require_once 'libs/laravel/nova/{lib_version}/loader.php';

use NovaKit\NovaPackagesTool\Package;
use Laravel\Nova\Nova;

$obj = new Package();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.