arpon / mvc
A custom PHP framework inspired by Laravel.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- arpon/framework: 1.*
This package is auto-updated.
Last update: 2025-08-18 17:17:34 UTC
README
A lightweight and elegant PHP MVC framework.
Installation
- Install Project:
composer create-project arpon/mvc project_name
- Create a
.env
file from the.env.example
file:cp .env.example .env
- 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
.