Skip to content

Commit 4f5431c

Browse files
committed
chore: updated readme
1 parent 66aa311 commit 4f5431c

File tree

2 files changed

+3
-33
lines changed

2 files changed

+3
-33
lines changed

README.md

+2-32
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,6 @@
66
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
77
[![run-tests](https://github.com/starfolksoftware/inertia-table/actions/workflows/php.yml/badge.svg?branch=main)](https://github.com/starfolksoftware/inertia-table/actions/workflows/php.yml)
88

9-
## [⚠️ Don't start using this package for new projects ⚠️](https://github.com/starfolksoftware/inertia-table/issues/122)
10-
11-
This package provides a *DataTables-like* experience for [Inertia.js](https://inertiajs.com/) with support for searching, filtering, sorting, toggling columns, and pagination. It generates URLs that can be consumed by Spatie's excellent [Laravel Query Builder](https://github.com/spatie/laravel-query-builder) package, with no additional logic needed. The components are styled with [Tailwind CSS 3.0](https://tailwindcss.com/), but it's fully customizable with slots. The data refresh logic is based on Inertia's [Ping CRM demo](https://github.com/inertiajs/pingcrm).
12-
13-
![Inertia.js Table for Laravel Query Builder](https://user-images.githubusercontent.com/8403149/177773377-86c32d69-8f86-47e4-8063-ea227e480d10.mp4)
14-
15-
## Support this package!
16-
17-
❤️ We proudly support the community by developing Laravel packages and giving them away for free. If this package saves you time or if you're relying on it professionally, please consider [sponsoring the maintenance and development](https://github.com/sponsors/pascalbaljet). Keeping track of issues and pull requests takes time, but we're happy to help!
18-
19-
## Laravel Splade
20-
21-
**Did you hear about Laravel Splade? 🤩**
22-
23-
It's the *magic* of Inertia.js with the *simplicity* of Blade. [Splade](https://github.com/starfolksoftware/laravel-splade) provides a super easy way to build Single Page Applications using Blade templates. Besides that magic SPA-feeling, it comes with more than ten components to sparkle your app and make it interactive, all without ever leaving Blade.
24-
259
## Features
2610

2711
* Auto-fill: auto generates `thead` and `tbody` with support for custom cells
@@ -481,27 +465,13 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen
481465

482466
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
483467

484-
## Other Laravel packages
485-
486-
* [`Laravel Analytics Event Tracking`](https://github.com/starfolksoftware/laravel-analytics-event-tracking): Laravel package to easily send events to Google Analytics.
487-
* [`Laravel Blade On Demand`](https://github.com/starfolksoftware/laravel-blade-on-demand): Laravel package to compile Blade templates in memory.
488-
* [`Laravel Cross Eloquent Search`](https://github.com/starfolksoftware/laravel-cross-eloquent-search): Laravel package to search through multiple Eloquent models.
489-
* [`Laravel Eloquent Scope as Select`](https://github.com/starfolksoftware/laravel-eloquent-scope-as-select): Stop duplicating your Eloquent query scopes and constraints in PHP. This package lets you re-use your query scopes and constraints by adding them as a subquery.
490-
* [`Laravel Eloquent Where Not`](https://github.com/starfolksoftware/laravel-eloquent-where-not): This Laravel package allows you to flip/invert an Eloquent scope, or really any query constraint.
491-
* [`Laravel FFMpeg`](https://github.com/starfolksoftware/laravel-ffmpeg): This package provides an integration with FFmpeg for Laravel. The storage of the files is handled by Laravel's Filesystem.
492-
* [`Laravel Form Components`](https://github.com/starfolksoftware/laravel-form-components): Blade components to rapidly build forms with Tailwind CSS Custom Forms and Bootstrap 4. Supports validation, model binding, default values, translations, includes default vendor styling and fully customizable!
493-
* [`Laravel Mixins`](https://github.com/starfolksoftware/laravel-mixins): A collection of Laravel goodies.
494-
* [`Laravel Verify New Email`](https://github.com/starfolksoftware/laravel-verify-new-email): This package adds support for verifying new email addresses: when a user updates its email address, it won't replace the old one until the new one is verified.
495-
* [`Laravel Paddle`](https://github.com/starfolksoftware/laravel-paddle): Paddle.com API integration for Laravel with support for webhooks/events.
496-
* [`Laravel WebDAV`](https://github.com/starfolksoftware/laravel-webdav): WebDAV driver for Laravel's Filesystem.
497-
498468
## Security
499469

500-
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
470+
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
501471

502472
## Credits
503473

504-
- [Faruk Nasir](https://github.com/starfolksoftware)
474+
- [Faruk Nasir](https://github.com/frknasir)
505475
- [All Contributors](../../contributors)
506476

507477
## License

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starfolksoftware/inertia-table",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Inertia.js Front-end Components for Spatie's Laravel Query Builder",
55
"private": false,
66
"author": "Faruk Nasir <[email protected]>",

0 commit comments

Comments
 (0)