
AliveTrack is an open-source project of Aliveforms.
AliveTrack is a lightweight PHP framework designed to help you create websites rapidly by utilizing file-based routing and SEO-friendly route handling. It simplifies the process of building web applications by automatically mapping URIs to corresponding files, providing HTML templates, and allowing you to define classes and methods for dynamic content generation.
Note: AliveTrack is currently in its early stages of development. Contributions from the community are greatly encouraged and welcomed. As an open-source project under the umbrella of Aliveforms, we are committed to creating a powerful and efficient web development tool.
__layout.html file. It renders and caches HTML templates from the LightView templating engine, another open-source project of Aliveforms.git clone https://github.com/nabeelalihashmi/alivetrack.git
app directory, and create corresponding PHP files to handle dynamic content.app/includes directory within the app/pages directory.To handle dynamic content, you can define classes and methods based on route names and HTTP request methods. For instance, pages/view/1 will trigger the method getView($id) in the class pages for a GET request.
AliveTrack requires at least one layout (__layout.html) file, which defines the overall structure of your web pages. This layout will be used as the base template for rendering your pages.
In extras, find file snippets and add them in Visual Studio Code for quickly creating layouts and pages.
Contributions are welcome and highly encouraged! Since AliveTrack is in its early stages, your input can play a significant role in shaping its development. If you find any issues, have suggestions, or want to enhance AliveTrack, please submit pull requests or raise issues in the GitHub repository.
AliveTrack is released under the MIT License.
Enjoy rapid web development with AliveTrack and create stunning websites effortlessly!