PHPackages                             larafony/empty-project - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. larafony/empty-project

ActiveProject[Framework](/categories/framework)

larafony/empty-project
======================

Larafony Framework Empty Project - Minimal starter template

1.0.0(5mo ago)09MITBladePHP &gt;=8.5

Since Jan 10Pushed 5mo agoCompare

[ Source](https://github.com/DJWeb-Damian-Jozwiak/larafony-empty-project)[ Packagist](https://packagist.org/packages/larafony/empty-project)[ RSS](/packages/larafony-empty-project/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Larafony Empty Project
======================

[](#larafony-empty-project)

Minimal starter template for the **Larafony Framework**. Start with a clean slate and build exactly what you need.

Installation
------------

[](#installation)

```
composer create-project larafony/empty-project my-app
cd my-app
```

Quick Start
-----------

[](#quick-start)

### 1. Start the Development Server

[](#1-start-the-development-server)

```
composer serve
```

Visit:

### 2. Create Your First Controller

[](#2-create-your-first-controller)

Add controllers in `src/Controllers/`:

```
