diabel/we-be

This is my package we-be

Maintainers

Package info

github.com/Di4bel/we-be

Homepage

pkg:composer/diabel/we-be

Fund package maintenance!

Diabel

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.0.2 2026-06-16 22:36 UTC

This package is auto-updated.

Last update: 2026-06-16 22:38:33 UTC


README

Latest Version on Packagist run-tests Fix PHP code style issues Total Downloads

Installation

You can install the package via composer:

composer require diabel/we-be

You can publish and run the migrations with:

php artisan vendor:publish --tag="we-be-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="we-be-config"

This is the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="we-be-views"

Usage

$weBe = new Diabel\WeBe\WeBe();
echo $weBe->echoPhrase('Hello, Diabel\WeBe!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.