PHP Package: pestphp/pest-plugin-laravel

Pest Plugin for Laravel that enhances testing capabilities for Laravel applications with Pest framework integration.

Current Version: 4.0.0
Last Updated: Date not available
PHP Requirement: ^8.3.0
Dependencies:
pestphp/pest
laravel/framework
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Pest Plugin for Laravel is a powerful tool that seamlessly integrates with Pest, bringing advanced testing functionalities to Laravel projects. By leveraging the plugin, developers can streamline their testing processes, ensuring robust and reliable code quality. With features like seamless Pest framework integration, simplified test writing, and enhanced test suites, this plugin empowers developers to create efficient and effective test cases for Laravel applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.0

Download Download v4.0.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/pestphp/pest-plugin-laravel/4.0.0/loader.php';
require_once 'libs/pestphp/pest/4.1.2/loader.php';
require_once 'libs/laravel/framework/{lib_version}/loader.php';

use PestPluginLaravel\TestClass;
use PestPluginLaravel\TestHelper;

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