11# Laravel React Datatable
22
3- [ ![ Latest Version on Packagist] ( https://img.shields.io/packagist/v/:vendor_slug/:package_slug .svg?style=flat-square )] ( https://packagist.org/packages/:vendor_slug/:package_slug )
4- [ ![ GitHub Tests Action Status] ( https://img.shields.io/github/actions/workflow/status/:vendor_slug/:package_slug /run-tests.yml?branch=main&label=tests&style=flat-square )] ( https://github.com/:vendor_slug/:package_slug /actions?query=workflow%3Arun-tests+branch%3Amain )
5- [ ![ GitHub Code Style Action Status] ( https://img.shields.io/github/actions/workflow/status/:vendor_slug/:package_slug /fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square )] ( https://github.com/:vendor_slug/:package_slug /actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain )
6- [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/:vendor_slug/:package_slug .svg?style=flat-square )] ( https://packagist.org/packages/:vendor_slug/:package_slug )
3+ [ ![ Latest Version on Packagist] ( https://img.shields.io/packagist/v/hamidrrj/laravel-datatable .svg?style=flat-square )] ( https://packagist.org/packages/hamidrrj/laravel-datatable )
4+ [ ![ GitHub Tests Action Status] ( https://img.shields.io/github/actions/workflow/status/hamidrrj/laravel-datatable /run-tests.yml?branch=main&label=tests&style=flat-square )] ( https://github.com/hamidrrj/laravel-datatable /actions?query=workflow%3Arun-tests+branch%3Amain )
5+ [ ![ GitHub Code Style Action Status] ( https://img.shields.io/github/actions/workflow/status/hamidrrj/laravel-datatable /fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square )] ( https://github.com/hamidrrj/laravel-datatable /actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain )
6+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/hamidrrj/laravel-datatable .svg?style=flat-square )] ( https://packagist.org/packages/hamidrrj/laravel-datatable )
77
88This package is implemented for dealing with Material React Table queries.
99It contains various search logics for different datatypes (numeric, text, date):
@@ -21,20 +21,20 @@ You can add custom your own search logic and datatype with ease :)
2121You can install the package via composer:
2222
2323``` bash
24- composer require :vendor_slug/:package_slug
24+ composer require hamidrrj/laravel-datatable
2525```
2626
2727You can publish and run the migrations with:
2828
2929``` bash
30- php artisan vendor:publish --tag=" :package_slug -migrations"
30+ php artisan vendor:publish --tag=" laravel-datatable -migrations"
3131php artisan migrate
3232```
3333
3434You can publish the config file with:
3535
3636``` bash
37- php artisan vendor:publish --tag=" :package_slug -config"
37+ php artisan vendor:publish --tag=" laravel-datatable -config"
3838```
3939
4040This is the contents of the published config file:
@@ -47,14 +47,14 @@ return [
4747Optionally, you can publish the views using
4848
4949``` bash
50- php artisan vendor:publish --tag=" :package_slug -views"
50+ php artisan vendor:publish --tag=" laravel-datatable -views"
5151```
5252
5353## Usage
5454
5555``` php
56- $variable = new VendorName\Skeleton ();
57- echo $variable ->echoPhrase('Hello, VendorName !');
56+ $laravelDatatable = new HamidRrj\LaravelDatatable ();
57+ echo $laravelDatatable ->echoPhrase('Hello, HamidRrj !');
5858```
5959
6060## Testing
@@ -77,7 +77,7 @@ Please review [our security policy](../../security/policy) on how to report secu
7777
7878## Credits
7979
80- - [ : author_name ] ( https://github.com/:author_username )
80+ - [ Hamidreza Ranjbarpour ] ( https://github.com/hamidrezaRanjbarpour )
8181- [ All Contributors] ( ../../contributors )
8282
8383## License
0 commit comments