socoladaica / laravel-badassium
There is no license information available for the latest version (12.0.0) of this package.
12.0.0
2025-12-25 09:09 UTC
Requires
- php: ^8.5
- ext-pdo: *
- laravel/framework: ^v12.0
- spatie/invade: *
Requires (Dev)
- orchestra/testbench: ^9.3.0
- phpunit/phpunit: *
Suggests
- propaganistas/laravel-disposable-email: Disposable email validator
This package is not auto-updated.
Last update: 2026-03-25 15:00:20 UTC
README
Installation
You can install the package via composer:
composer require socoladaica/laravel-badassium
You can publish and run the migrations with:
php artisan vendor:publish --provider="SocolaDaiCa\LaravelBadassium\Providers\LaravelBadassiumServiceProvider" --tag="migrations" php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="SocolaDaiCa\LaravelBadassium\Providers\LaravelBadassiumServiceProvider" --tag="config"
Optionally, you can publish the views using
--provider="SocolaDaiCa\LaravelBadassium\Providers\LaravelBadassiumServiceProvider" --tag="views"
Usage
$variable = new VendorName\Skeleton(); echo $variable->echoPhrase('Hello, VendorName!');
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
MIT. Please see LICENSE File for more information.