Feat/initial project setup - #25
Open
feizezadeh wants to merge 3 commits into
Open
Conversation
- Sets up the basic directory structure for a PHP MVC application. - Adds core classes: Database, Router, Controller, Model. - Integrates Bootstrap 5 (CSS and JS). - Creates a main layout with header/footer partials. - Adds a sample HomeController and a home view. - Includes an AGENTS.md for development guidelines. - Configures .htaccess for clean URLs and basic security. - Basic configuration file (config.php) for database and app settings.
- Set HTML lang to 'fa' and dir to 'rtl'. - Switched to bootstrap.rtl.min.css for right-to-left layout. - Translated static text content in header, footer, and home page to Persian. - Updated dynamic text data in HomeController to Persian. - Added APP_NAME_FA constant for the Persian application name. - Integrated Vazirmatn font via CDN for improved Persian typography. - Created and linked a custom style.css for future custom styles and font application.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.