Skip to content

Auto reload your web app automatically on save in PHP

Notifications You must be signed in to change notification settings

diegosamanez/refresh-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refresh PHP

Auto reload your web app automatically on save

Getting Started

$ composer require agregalel/refresh-php:dev-main

index.php file

use agregalel\refresh_php\RefreshPhp;
/**
 * Init Refresh
 */
RefreshPhp::init();

You can also add a phprefresh.json configuration file to ignore files and directories

{
    "ignore": [
        "vendor",
        "dir_ignore",
        "file_ignore.php"
    ]
}

About

Auto reload your web app automatically on save in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages