Skip to content

conedevelopment/root

Folders and files

NameName
Last commit message
Last commit date
Nov 3, 2024
May 21, 2022
Apr 5, 2024
Nov 13, 2024
Jan 22, 2025
Jan 19, 2025
Dec 19, 2024
Jan 22, 2025
Jan 22, 2025
Dec 19, 2024
Nov 21, 2024
Dec 20, 2024
Aug 3, 2022
Nov 19, 2024
May 10, 2024
Sep 30, 2021
Nov 2, 2023
Dec 24, 2024
Dec 24, 2024
Jan 19, 2025
Jan 17, 2024
Jul 23, 2023
Dec 20, 2024
Jan 19, 2025

Repository files navigation


Root

Root is an admin package for Laravel applications with extension support.

Github release Back-end Coveralls License

Documentation

  • Installation - Before moving on, please checkout the Laravel documentation about its installation, requirements and configuration.
  • Resources - Resources are basically extra layers around models. Using resources it's easy to build up a CRUD workflow for a model.
  • Fields - Fields are handlers for the model attributes.
  • Filters - Filters are responsible for transforming the current request to a database query.
  • Actions - Actions are responsible for performing a specific action on a set of models.
  • Widgets - Widgets are cards that display some information or any content you want to display.

Contributing

Thank you for considering contributing to Root! The contribution guide can be found in the documentation.