Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickwest authored Oct 7, 2024
1 parent e9572ad commit 81ca61f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Build Status](https://github.com/nickwest/EloquentForms/actions/workflows/ci.yml/badge.svg) [![Latest Stable Version](https://poser.pugx.org/nickwest/eloquent-forms/v/stable)](https://packagist.org/packages/nickwest/eloquent-forms) [![License](https://poser.pugx.org/nickwest/eloquent-forms/license)](https://packagist.org/packages/nickwest/eloquent-forms) [![StyleCI](https://github.styleci.io/repos/123993557/shield?branch=main)](https://github.styleci.io/repos/123993557?branch=main) [![Maintainability](https://api.codeclimate.com/v1/badges/f986a765708538da7e5e/maintainability)](https://codeclimate.com/github/nickwest/EloquentForms/maintainability) [![codecov](https://codecov.io/gh/nickwest/EloquentForms/branch/master/graph/badge.svg)](https://codecov.io/gh/nickwest/EloquentForms)


EloquentForms v10.0.x
EloquentForms v11.0.x
=================

EloquentForms was created by and is maintained by [Nicky West](https://github.com/nickwest). It was created to minimize the time and effort required to create simple HTML forms generated from Eloquent Models to support CRUD functionality.
Expand All @@ -12,7 +12,7 @@ EloquentForms can be easily themed to support various front-end css/js framework

## Installation

EloquentForms requires PHP 8.1^. This particular version supports Laravel 10.x To install on earlier versions of laravel Laravel use the X.Y.z release of EloquentForms where X.Y or X.0 (Laravel's versioning scheme changed) matches the versions of Laravel you're using.
EloquentForms requires PHP 8.2^. This particular version supports Laravel 11.x To install on earlier versions of laravel Laravel use the X.Y.z release of EloquentForms where X.Y or X.0 (Laravel's versioning scheme changed) matches the versions of Laravel you're using.

To get the latest version you need only require the package via Composer.
```
Expand Down

0 comments on commit 81ca61f

Please sign in to comment.