netlte/sandbox

The sandbox is a pre-packaged Nette & Netlte Framework project, basic configured structure for your application.

v1.0.1 2021-04-27 15:42 UTC

This package is auto-updated.

Last update: 2024-04-28 23:10:54 UTC


README

Build Status Licence Latest stable Downloads this Month Downloads total PHPStan

Credits

Feel free to use. Your contributions are very welcome. Feel free to publish pull requests. Thanks to David Grudl and community for great php Nette framework and Colorlib for widely used AdminLTE bootstrap template.

Overview

This is basic sandbox app forked from nette/sandbox to demonstrate graphical Netlte framework of AdminLTE build on php Nette framework component model. Currently, all components supports old AdminLTE2. AdminLTE3 is on way immediately after all main components will be implemented. All packages on a version v1.x are for AdminLTE2 and PHP >= 7.4. All packages on a version v2.x are for AdminLTE3 and PHP >= 8.0.

Install

composer create-project netlte/sandbox path/to/install
cd path/to/install
composer install # Dependencies
cd www/
npm install # Assets

Documentation

All components have their documentation in own repository

  • UI - Basic utilities for building components
  • Panel - Basic components factory to clean-up your presenters
  • Navigation - Structure and view for navigation component
  • Boxes - All kind of boxes, tabbox and more same kind components
  • BreadCrumbs - Component for standard BreadCrumbs
  • ActionBar - Component for heading actions
  • Dashboard - Component for organize dashboard panel [WIP]
  • Timeline - Component to show event in nice way [WIP]
  • more on way ...
State AdminLTE Version Branch PHP
stable 2.0 ^1.0 main >= 7.4
NoN 3.0 ^2.0 main >= 8.0

Tests

Check code quality and run tests

composer build

or separately

composer cs
composer analyse
composer tests

Authors

Tomáš Holan
Avatar