ferranfg/base

Installs: 1 691

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 579

Language:HTML

This package is auto-updated.

Last update: 2024-04-18 09:07:20 UTC


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Installation

You can install the package via composer:

composer require ferranfg/base

You can publish and run the migrations with:

php artisan vendor:publish --provider="Ferranfg\Base\BaseServiceProvider" --tag="migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --provider="Ferranfg\Base\BaseServiceProvider" --tag="config"

This is the contents of the published config file:

return [
];

Usage

$base = new Ferranfg\Base();
echo $base->echoPhrase('Hello, Ferranfg!');

Testing

composer test

Changelog

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

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email hola@ferranfigueredo.com instead of using the issue tracker.

Credits

License

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