Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 995 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 995 Bytes

Documentation for The Generator

Generator is a Laravel-based open-source toolkit for building basic needs for administration interface setup like Create, Read, Update, and Delete. It's the minimalistic template or a starting point for developing CMS system, admin panel, or any other web application that requires CRUD functionality.

Installation

  • Clone the repository
  • Install dependency
    pip install mkdocs
    pip install mike
    pip install mkdocs-material-extensions
    pip install pymdown-extensions
    pip install mkdocs-material
    pip install mkdocs-macros-plugin
  • Run mkdocs serve to start the live-reloading docs server.
  • Create a new branch, make changes, and submit a pull request.

License

MIT License

Contributors