eazy-way/easy

POO MVC php project starter

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Forks: 0

Type:project

1.0.1 2022-09-09 14:44 UTC

This package is not auto-updated.

Last update: 2024-05-17 23:01:50 UTC


README

For those who don't like to use frameworks like: symfony, laravel Use this skeleton application to quickly setup and start working on a new PHP MVC application

Install the Application

Run this command from the directory in which you want to install your new eaZy PHP application.

composer create-project eazy-way/easy [my-app-name]

Replace [my-app-name] with the desired directory name for your new application.