ferranfg/base

1,805
Install
composer require ferranfg/base
Latest Version:5.15.1
PHP:^8.0
License:MIT
Last Updated:Jun 4, 2026
Links: GitHub  ·  Packagist
Maintainer: ferranfg

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.

Related Packages

za-web/l5-app

Base l5 application for ZaWeb laravel projects.

8 10
elliottlan/laravel-baser

Encode and decode integers with your own specified base!

31 1
wataridori/blaravel

A Custom Version of Laravel Framework which completely follows PSR1/2

11 0
triun/laravel-model-base

Generate Eloquent Model Bases for Laravel

9,116 2