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
Requires
- php: >=8.2
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.