Skip to content

Commit

Permalink
Add Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
andreia committed Apr 7, 2024
1 parent 32c3b0d commit 671b550
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
# Filament Authentication Log

![pint](https://github.com/TappNetwork/filament-authentication-log/actions/workflows/pint.yml/badge.svg)

A Filament plugin for [Laravel Authentication Log](https://github.com/rappasoft/laravel-authentication-log) package.

This package provides a Filament resource and a relation manager for [Laravel Authentication Log](https://github.com/rappasoft/laravel-authentication-log).

## Requirements
- PHP 8.1
- PHP 8.1+
- [Filament 3](https://github.com/laravel-filament/filament)

## Dependencies
- [rappasoft/laravel-authentication-log](https://github.com/rappasoft/laravel-authentication-log)

## Version Compatibility

Filament | Laravel | Filament Authentication Log
:---------|:----------|:---------------------------
2.x | 9.x/10.x | 2.x
3.x | 10.x/11.x | 3.0.x/3.1.x

## Installation

You can install the plugin via Composer:

```bash
composer require tapp/filament-authentication-log:"^3.0"
composer require tapp/filament-authentication-log:"^3.1"
```

Follow the configuration instruction for [laravel-authentication-log](https://rappasoft.com/docs/laravel-authentication-log/v1/start/configuration)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"require": {
"php": "^8.1",
"filament/filament": "^3.0-stable",
"rappasoft/laravel-authentication-log": "^3.0",
"rappasoft/laravel-authentication-log": "^4.0",
"spatie/laravel-package-tools": "^1.9"
},
"require-dev": {
Expand Down

0 comments on commit 671b550

Please sign in to comment.