This repository is my journey in learning the fundamentals of PHP. It contains practical exercises and small projects that I've been developed while studying basic PHP from various resources.
- PHP -> Programming Languange
- XAMPP -> Web Server
- Jquery -> JavaScript Library
- Composer -> Dependency Manager
- mPDF -> PDF Reporting
-
Clone this repository
git clone https://github.com/dzarurizkyy/php-basic
-
Move project files to XAMPP directory
xampp/htdocs
-
For PDF Reporting file
-
Verify composer installation
composer -v
-
Enable GD Extension in php.ini
;gd=extension -> gd=extension
-
Install MPDF library
composer require mpdf/mpdf
-
-
Open your web browser and navigate to
localhost/[project files]