Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some incompatibilities, and pending check from the original author #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
],
"require": {
"php": "^8.0|^8.1",
"orchid/platform": "^12.0"
"orchid/platform": "^13.1"
},
"require-dev": {
"phpunit/phpunit": "~9.0",
"phpunit/phpunit": "^9.0",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
Expand Down Expand Up @@ -53,3 +53,4 @@
}
}
}

7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@ further useful helper methods.

## Installation

### Only for Laravel 9 & Orchid 13 version

Before install lintaba/orchid-tables you need to check your Laravel & Orchid Platform version. If you are using Lasravel 9 & Orchid Platform 13 you need to add jQuery to the platform.php file on Orchid Platform as they show in the Orchid Upgrade Guide, this is because they removed the jQuery support from Orchid Platform, if you want more information about Orchid Upgrade Guide you can check the link below:

[Orchid Upgrade Guide][https://orchid.software/en/docs/upgrade/#jquery]

Via Composer

``` bash
$ composer require lintaba/orchid-tables
```

## Usage

This package adds the following new shiny things:
Expand Down