diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cd82b96 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +Here you can see the full list of changes between each Laravel Generator release. + +## v1.0 - 2023-06-26 + +- Experimental release diff --git a/README.md b/README.md index 7a5ad70..ce54596 100755 --- a/README.md +++ b/README.md @@ -4,14 +4,15 @@ This package is used to generate models, controllers, views, routes, migrations, [![Latest Version](https://img.shields.io/github/release/cslant/laravel-generator.svg?style=flat-square)](https://github.com/cslant/laravel-generator/releases) [![Total Downloads](https://img.shields.io/packagist/dt/cslant/laravel-generator.svg?style=flat-square)](https://packagist.org/packages/cslant/laravel-generator) +![Test Status](https://img.shields.io/github/actions/workflow/status/cslant/laravel-generator/setup_test.yml?label=tests&branch=main) [![StyleCI](https://styleci.io/repos/605697295/shield)](https://styleci.io/repos/605697295) [![Quality Score](https://img.shields.io/scrutinizer/g/cslant/laravel-generator.svg?style=flat-square)](https://scrutinizer-ci.com/g/cslant/laravel-generator) [![Maintainability](https://api.codeclimate.com/v1/badges/231c123bfa276fd1ac3c/maintainability)](https://codeclimate.com/github/cslant/laravel-generator/maintainability) ## Technology -- PHP ^7.3|^8.0 -- Laravel Framework 8.x, 9.x, 10.x +- PHP ^8.1 +- Laravel Framework 9.x, 10.x - Composer ## Installation