contributte / datagrid-skeleton
Datagrid component project skeleton based on Nette Framework and Contributte libraries by @f3l1x & @paveljanda.
Fund package maintenance!
f3l1x
contributte.org/partners.html
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 5
Open Issues: 2
Type:project
Requires
- php: >= 8.0
- dibi/dibi: ^4.0.0
- latte/latte: ^3.0
- nette/application: ~3.1.0
- nette/bootstrap: ~3.2.0
- nette/caching: ~3.2.0
- nette/database: ~3.1.0
- nette/di: ^3.0
- nette/finder: ~2.6.0
- nette/forms: ~3.1.0
- nette/http: ~3.2.0
- nette/mail: ~3.1.0
- nette/security: ~3.1.0
- nette/utils: ^3.0
- tracy/tracy: ^2.7.0
- ublaboo/datagrid: ^6.0
Requires (Dev)
- ninjify/qa: ^0.13
- phpstan/phpstan: ^1.0.0
- phpstan/phpstan-dibi: ^1.0.0
- phpstan/phpstan-nette: ^1.0.0
- phpstan/phpstan-strict-rules: ^1.0.0
This package is auto-updated.
Last update: 2023-05-16 19:16:07 UTC
README
Website 🚀 contributte.org | Contact 👨🏻💻 f3l1x.io | Twitter 🐦 @contributte
This project is here for super-simple demonstration how to create a project with contributte/datagrid
. People are mailing me "This thing is broken - can you fix it please?" and I am responding: "Sure. Please create a sandbox-like repository where I can reproduce you issue and I will have a look at it". Well that's the purpose of this repository. I prepared you a database, presenter and a template. Use it. 🙌
Demo
https://examples.contributte.org/datagrid-skeleton/
Installation
To install latest version of contributte/datagrid-skeleton
use Composer.
composer create-project -s dev contributte/datagrid-skeleton acme
Install using docker
-
At first, use GIT to download this project.
git clone https://github.com/contributte/datagrid-skeleton.git
-
Run command:
docker-compose up
-
Open http://localhost and enjoy!
If you need enter into container (such as composer update
) run command docker-compose run web bash
.
Composer packages
Take a detailed look 👀 at contributte/datagrid
Development
See how to contribute to this package.
This package is currently maintaining by these authors.
Consider to support contributte development team. Also thank you for using this project.