Best laravel framework open-source packages.

Laravel Database

Build Status PHP from Packagist Latest Version License

Installation

First, pull in the package through Composer.

composer require artisanry/database:1.0.*@dev

And then include the service provider within app/config/app.php.

Artisanry\Database\ServiceProvider::class

Base Classes

All classes that are prefixed with Base are Boilerplate-classes that extend an Abstract-class and include some Traits that are commonly used. So the Base-classes can be used to prevent building a BaseRepository, BasePresenter or whatever for each project.

To-Do

  • Update DocBlocks
  • Add documentation for Traits

Credits

Changelog

Please see CHANGELOG for more information what has changed recently.

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Security

If you discover a security vulnerability within this package, please send an e-mail to hello@basecode.sh. All security vulnerabilities will be promptly addressed.

Credits

This project exists thanks to all the people who contribute.

License

Mozilla Public License Version 2.0 (MPL-2.0).