Download the PHP package mkaverin/laravel-table-layout without Composer
On this page you can find all versions of the php package mkaverin/laravel-table-layout. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mkaverin/laravel-table-layout
More information about mkaverin/laravel-table-layout
Files in mkaverin/laravel-table-layout
Download mkaverin/laravel-table-layout
More information about mkaverin/laravel-table-layout
Files in mkaverin/laravel-table-layout
Vendor mkaverin
Package laravel-table-layout
Short Description This package provides a simple way to display a resource as a table for your Laravel application.
License
Homepage https://github.com/mish-ka-mishka/laravel-table-layout
Package laravel-table-layout
Short Description This package provides a simple way to display a resource as a table for your Laravel application.
License
Homepage https://github.com/mish-ka-mishka/laravel-table-layout
Please rate this library. Is it a good library?
Informations about the package laravel-table-layout
Laravel table layout
This package provides a simple way to display a resource as a table for your Laravel application.
Installation
Run the following command from your project directory to add the dependency:
Laravel without auto-discovery
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
:
Configuration
Copy the package config to your local config with the publish command:
You can find published layout in resources/views/table.blade.php
.
All versions of laravel-table-layout with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
illuminate/contracts Version ^8.0|^9.0
illuminate/support Version ^8.0|^9.0
illuminate/http Version ^8.0|^9.0
illuminate/contracts Version ^8.0|^9.0
illuminate/support Version ^8.0|^9.0
illuminate/http Version ^8.0|^9.0
The package mkaverin/laravel-table-layout contains the following files
Loading the files please wait ....