mehadi8049/testing-pa

Just testing purpose

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mehadi8049/testing-pa

v0.1.2 2024-04-04 09:09 UTC

This package is auto-updated.

Last update: 2025-12-04 13:00:53 UTC


README

A simple but beautiful unique slug generator for Laravel eloquent model.

Installation

composer require mehadi/laravel-test-p

Configuration

Service Provider Registration In config/app.php, add in providers array -

'providers' => [
    // ...
    Mehadi\TestingPa\TestServiceProvider::class,
    // ...
],

Use from Controller

Import first the Test facade

use Mehadi\TestingPa\Facades\Test;

Contribution

You're open to create any Pull request.