Download the PHP package nodus-it/livewire-datatables without Composer

On this page you can find all versions of the php package nodus-it/livewire-datatables. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package livewire-datatables

Livewire Datatables

Latest Stable Version Unit-Tests StyleCI codecov

An awesome package for easy dynamic datatables with Laravel Livewire and Bootstrap v4.

Installation

You can install the package via composer: You can publish the config file with: You can publish the blade views with: `

Now with the package installed we need to set up some things in order for things to properly work.

First of all, all prerequisites of the livewire library are of course required. For these steps consult: https://laravel-livewire.com/docs/2.x/installation

Second you should check the configs of the core package and this package and make sure all settings work for your project. Especially the blade stack names for styles and scripts could potentially differ from our defaults!

Additionally, we need to include the styles of the livewire datatable package. ``

Usage

General tooling

For information of the general tooling around this package (e.g. full component rendering, CSP support, ...) please consult the core package documentation under: https://github.com/nodus-it/livewire-core

The DataTable component

Todo

The ConfirmModal component

Add the confirm-modal component to your layout at entrance level of your documents body. ` Now you're already good to go for the confirmation buttons of your datatables.

Furthermore, it's possible to use the confirm-modal component from outside the datatable aswell. You simply need to emit the confirm:show event:

In livewire components: **Out of livewire components:**

With the third parameter it is possible to customize the modal texts and colors. For further details take a look inside the ConfirmModal class.

Roadmap

Testing

`

License

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


All versions of livewire-datatables with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
nodus-it/livewire-core Version ~0.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package nodus-it/livewire-datatables contains the following files

Loading the files please wait ....