Skip to content

amha-osama/php-mvc-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP MVC framework

Minimalistic custom framework

Installation:

  1. Download the archive or clone the project using git

  2. Create .env file from .env.example

     mv .env.example .env
    
  3. Run composer

     composer installe
    
  4. Make sure you have docker installed.

  5. Navigate to the project root directory and run

     docker-compose up -d
    
  6. open php may admin in browser : http://localhost:8081/

  7. Run migrations by executing

     php vendor/bin/phinx migrate
    
  8. Go to the public

  9. Start php server by running command

    php -S localhost:8080
    
  10. Open in browser : http://localhost:8080/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published