Skip to content

ahmed-el-khoribi/Paytabs-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PayTabs Assignment with CodeIgniter 4 Framework

How to run the project

  • Clone the repo

     git clone https://github.com/ahmed-el-khoribi/Paytabs-Task.git      
    
  • Create Database, then set the configuration in (app/Config/Database.php) file.

  • Move to cloned project

    cd Paytabs-Task
    
  • Through the terminal run this custom made command

    /** for Windows */
    
     . run.sh
    
    /** for Ubunto */
    
    bash run.sh     
    
  • Open the browser on http://localhost:8080/

Enjoy the project

Local environment / Server Requirements

PHP version 7.2 or higher is required, with the following extensions installed:

  • intl
  • libcurl if you plan to use the HTTP\CURLRequest library

Additionally, make sure that the following extensions are enabled in your PHP:

  • json (enabled by default - don't turn it off)
  • mbstring
  • mysqlnd
  • xml (enabled by default - don't turn it off)

PHP version 7.2 or higher is required, with the following extensions installed:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages