Skip to content

ACT-Training/laravel-versions

Repository files navigation

A Laravel package for saving model versions.

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require act-training/laravel-versions

You can publish and run the migrations with:

php artisan vendor:publish --tag="laravel-versions-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="laravel-versions-config"

These are the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="laravel-versions-views"

Usage

$laravelVersions = new act-training\LaravelVersions();
echo $laravelVersions->echoPhrase('Hello, act-training!');

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 Licence (MIT). Please see Licence File for more information.

About

A package to make models versionable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages