Download the PHP package datatableswebutility/dwuty without Composer
On this page you can find all versions of the php package datatableswebutility/dwuty. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download datatableswebutility/dwuty
More information about datatableswebutility/dwuty
Files in datatableswebutility/dwuty
Package dwuty
Short Description dwuty offers an easy way to generate editable tables on your website.
License MIT
Homepage https://datatableswebutility.net/
Informations about the package dwuty
datatableswebutility/dwuty
dwuty provides a simple and easy way to generate editable tables on your website.
The data can be stored in 3 different types of databases via the php pdo interface.
Installation
It's important to add "minimum-stability": "dev"
and "prefer-stable": true
in your composer.json
composer.json
Install the package through composer:
Make sure, that you include the composer autoloader somewhere in your codebase.
create .env
file for the environment and update the database credentials
.env
setup .htaccess
to hide the .env
.htaccess
Example (mysql)
Links
You can find more details and examples on datatableswebutility.net & checkout the live - demo
All versions of dwuty with dependencies
twbs/bootstrap Version ^5.3
select2/select2 Version ^4.0
components/jquery Version ^3.7
datatables.net/datatables.net Version dev-master
datatables.net/datatables.net-bs5 Version dev-master
datatables.net/datatables.net-fixedheader Version dev-master
datatables.net/datatables.net-fixedheader-bs5 Version dev-master
vlucas/phpdotenv Version ^5.5