contributte / datagrid-skeleton

🎁 Example of contributte/datagrid component. Project skeleton based on Nette Framework and Contributte libraries by @f3l1x & @paveljanda.

Home Page:https://examples.contributte.org/datagrid-skeleton/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. At first, use GIT to download this project.

    git clone https://github.com/contributte/datagrid-skeleton.git
    
  2. Run command:

    docker-compose up
    
  3. 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.

About

🎁 Example of contributte/datagrid component. Project skeleton based on Nette Framework and Contributte libraries by @f3l1x & @paveljanda.

https://examples.contributte.org/datagrid-skeleton/

License:MIT License


Languages

Language:PHP 59.0%Language:Latte 23.7%Language:CSS 10.0%Language:HTML 3.7%Language:Makefile 2.6%Language:JavaScript 0.9%