arpon/mvc

A custom PHP framework inspired by Laravel.

1.0.0 2025-08-18 13:36 UTC

This package is auto-updated.

Last update: 2025-08-18 17:17:34 UTC


README

A lightweight and elegant PHP MVC framework.

Installation

  1. Install Project:
    composer create-project arpon/mvc project_name
  2. Create a .env file from the .env.example file:
    cp .env.example .env
  3. Create a symbolic link for the storage directory:
    php artisan storage:link

Usage

To run the application, you can use the built-in artisan command:

php artisan serve

Then, open your browser and navigate to http://localhost:8000.

arpon-mvc