PHP Package: saloonphp/laravel-plugin

SaloonPHP's Laravel Plugin offers seamless integration, providing advanced features for Laravel applications.

Current Version: 3.6.0
Last Updated: 2025-06-21
PHP Requirement: ^8.1
Dependencies:
laravel/framework
saloonphp/common-library
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The Laravel Plugin by SaloonPHP is a powerful tool designed to enhance your development experience. With a wide range of features and seamless integration, this plugin simplifies the process of building robust Laravel applications. From streamlined workflows to optimized performance, this plugin is a must-have for Laravel developers looking to boost productivity and achieve superior results.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.6.0

Download Download v3.6.0

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/saloonphp/laravel-plugin/3.6.0/loader.php';
require_once 'libs/laravel/framework/{lib_version}/loader.php';
require_once 'libs/saloonphp/common-library/{lib_version}/loader.php';

use SaloonPHP\LaravelPlugin\PluginManager;
use laravel\testing\TestCase;

$obj = new PluginManager();
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.