Skip to content

conedevelopment/root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 28, 2024
6e8aba3 · Mar 28, 2024
Feb 3, 2024
May 21, 2022
Jan 2, 2024
Jan 30, 2024
Mar 21, 2024
Mar 21, 2024
Feb 2, 2024
Mar 28, 2024
Mar 19, 2024
Mar 21, 2024
Jan 24, 2024
Oct 25, 2023
Aug 3, 2022
Jan 24, 2024
Nov 13, 2023
Sep 30, 2021
Nov 2, 2023
Mar 13, 2024
Mar 19, 2024
Mar 4, 2024
Jan 17, 2024
Jul 23, 2023
Dec 25, 2023
Mar 4, 2024

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.