All Projects → yajra → Laravel Datatables Buttons

yajra / Laravel Datatables Buttons

Licence: mit
jQuery DataTables Buttons Plugin for Laravel.

Projects that are alternatives of or similar to Laravel Datatables Buttons

Laravel Datatables Html
Laravel DataTables HTML Builder Plugin
Stars: ✭ 188 (-2.08%)
Mutual labels:  hacktoberfest, laravel, datatables, jquery
Laravel Datatables
jQuery DataTables API for Laravel 4|5|6|7|8
Stars: ✭ 4,134 (+2053.13%)
Mutual labels:  hacktoberfest, laravel, datatables, jquery
Laravel Debugbar
Laravel Debugbar (Integrates PHP Debug Bar)
Stars: ✭ 13,485 (+6923.44%)
Mutual labels:  hacktoberfest, laravel
Laravel Messenger
Simple user messaging package for Laravel
Stars: ✭ 2,140 (+1014.58%)
Mutual labels:  hacktoberfest, laravel
Platform
A @laravel based RAD platform for back-office applications, admin/user panels, and dashboards.
Stars: ✭ 2,623 (+1266.15%)
Mutual labels:  hacktoberfest, laravel
Laravel 8 Stisla Jetstream
Laravel 8 + Jetstream + Livewire + Stisla
Stars: ✭ 159 (-17.19%)
Mutual labels:  hacktoberfest, laravel
Www Rpcs3
This is a responsive website designed to house and promote the progress of RPCS3, an open-source PlayStation 3 emulator and debugger written in C++. This repository is regularly updated.
Stars: ✭ 164 (-14.58%)
Mutual labels:  hacktoberfest, jquery
Multi Tenant
Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant
Stars: ✭ 2,304 (+1100%)
Mutual labels:  hacktoberfest, laravel
Has Parameters
A trait that allows you to pass arguments to Laravel middleware in a more PHP'ish way.
Stars: ✭ 149 (-22.4%)
Mutual labels:  hacktoberfest, laravel
Datatables
PHP Library to handle server-side processing for Datatables, in a fast and simple way.
Stars: ✭ 185 (-3.65%)
Mutual labels:  laravel, datatables
Ziggy
Use your Laravel named routes in JavaScript
Stars: ✭ 2,619 (+1264.06%)
Mutual labels:  hacktoberfest, laravel
Monica
Personal CRM. Remember everything about your friends, family and business relationships.
Stars: ✭ 15,499 (+7972.4%)
Mutual labels:  hacktoberfest, laravel
Bdgt
Big finance tools in a small package
Stars: ✭ 159 (-17.19%)
Mutual labels:  hacktoberfest, laravel
Symposium
Management of proposals, bios, photos, etc. for conference speakers.
Stars: ✭ 157 (-18.23%)
Mutual labels:  hacktoberfest, laravel
Novapackages
Stars: ✭ 169 (-11.98%)
Mutual labels:  hacktoberfest, laravel
Laravelresources
Speed Up package development for Laravel Apps with API's
Stars: ✭ 152 (-20.83%)
Mutual labels:  hacktoberfest, laravel
Laravel Invite Codes
This package allows you to easily manage invite codes for your Laravel application.
Stars: ✭ 174 (-9.37%)
Mutual labels:  hacktoberfest, laravel
Pipedrive
Complete Pipedrive API client for PHP
Stars: ✭ 138 (-28.12%)
Mutual labels:  hacktoberfest, laravel
Laravel Ide Helper
Laravel IDE Helper
Stars: ✭ 11,893 (+6094.27%)
Mutual labels:  hacktoberfest, laravel
Laravel Exchange Rates
A Laravel wrapper package for interacting with the exchangeratesapi.io API.
Stars: ✭ 180 (-6.25%)
Mutual labels:  hacktoberfest, laravel

Laravel DataTables Buttons Plugin

Laravel 5.x Latest Stable Version Build Status Scrutinizer Code Quality Total Downloads License

This package is a plugin of Laravel DataTables for handling server-side function of exporting the table as csv, excel, pdf and printing.

Requirements

Documentations

NOTE

This version is still on experimental stage. Until Laravel DataTables v8.x stable version is released, there might be a breaking changes that may be included on future releases.

Quick Installation

composer require yajra/laravel-datatables-buttons:^4.0

Service Provider (Optional on Laravel 5.5)

Yajra\DataTables\ButtonsServiceProvider::class

Configuration and Assets (Optional)

$ php artisan vendor:publish --tag=datatables-buttons --force

And that's it! Start building out some awesome DataTables!

Contributing

Please see CONTRIBUTING for details.

Security

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

Credits

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].