Skip to content

softmixt/php-itccompliance-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with The Project

NOTE:

Since usage of any known framework was not allowed I've taken the chance to build a minimalistic one my self.

Installation:

  • run composer install
  • point server to Public folder
  • if NGINX server used:
location / {
    try_files $uri $uri/ /index.php$is_args$args;
}
  • if APACHE server used create a .htaccess file inside Public with the following content:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)$ index.php [QSA,L]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published