laravolt / trail
This package is abandoned and no longer maintained.
No replacement package was suggested.
Just another audit trail for Eloquent
1.0.0
2016-01-07 12:24 UTC
Requires
- php: >=5.5.9
- illuminate/support: ~5.2
Requires (Dev)
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2020-02-05 09:18:41 UTC
README
NOTE:
- Replace
:author_name
:author_username
:author_website
:author_email
trail
Trail
:package_description
with their correct values in README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE.md, PackageServiceProvider.php and composer.json files. - Rename the file PackageServiceProvider.php and the Provider class to reflect the Trail.
- Delete the above lines up and including NOTE:.
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Install
Via Composer
$ composer require laravolt/trail
Usage
$skeleton = new League\Skeleton(); echo $skeleton->echoPhrase('Hello, League!');
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please contact LaraLeague.
Credits
License
The MIT License (MIT). Please see License File for more information.