Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.31 KB

readme.md

File metadata and controls

45 lines (36 loc) · 1.31 KB

PHP Basic 🐘

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.

Requirement 🛠️ :

  • PHP -> Programming Languange
  • XAMPP -> Web Server
  • Jquery -> JavaScript Library
  • Composer -> Dependency Manager
  • mPDF -> PDF Reporting

Getting Started 🚀 :

  • 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]
    

Resources 📚 :