PHPackages                             freshwork/console - 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. [CLI &amp; Console](/categories/cli)
4. /
5. freshwork/console

ActiveLibrary[CLI &amp; Console](/categories/cli)

freshwork/console
=================

Freshwork console utilities for your Laravel Development workflow

0.1.2(11y ago)123MITPHPPHP &gt;=5.3.0

Since Feb 14Pushed 11y ago1 watchersCompare

[ Source](https://github.com/freshworkstudio/freshwork-console)[ Packagist](https://packagist.org/packages/freshwork/console)[ RSS](/packages/freshwork-console/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

Freshwork Console Utility
=========================

[](#freshwork-console-utility)

Do you work with Laravel &amp; Homestead? That package is for you

### Install

[](#install)

You need to install homestead 2.0 before usign this package.

```
composer global require "laravel/homestead=~2.0"
```

Now you can install freshwork/console

```
composer global require freshwork/console
```

### Usage

[](#usage)

##### Configuration

[](#configuration)

```
freshwork init # Create your configuration file
#And then...
freshwork edit # Opens your configuration file so you can edit it.
```

Configuration file:

```
{
	"projects_folder":"~/code", #Local projects folder
	"ssh_connection_cmd":"ssh vagrant@127.0.0.1 -p 2222", # SSH command to connect to homestead
	"homestead_code_directory":"/home/vagrant/code",# Homestead projects folder
	"homestead_ip":"192.168.10.10", # Ip of homestead VM
	"hosts_file":"/private/etc/hosts"
}
```

```
#Run this to check available commands
freshwork
#or
freshwork list
```

##### New project

[](#new-project)

You can install a new laravel project.

```
freshwork project:new client_name.project_name
```

```
freshwork project:new client_name/project_name
```

##### Default behavior

[](#default-behavior)

From the name 'client\_name.project\_name' we set default a configuration from your project (you can edit them by the command options).

This will install your project folder to:

- your/projects/folder/client\_name/project\_name
- Nginx site folder: your/projects/folder/client\_name/project\_name/public

Set your development domain to:

- project\_name.app #So you can access your project through http://project\_name.app in your local machine.

And then, it will install Laravel in the created directory.

```
# This will set your project domain as other_domain.local instead of project_name.app
freshwork project:new client_name.project_name -d 'other_domain.local'
```

Run this to check available options

```
freshwork project:new -h
```

##### Serve project

[](#serve-project)

```
# Just the same as project:new, but doesn't create the directory nor install Laravel
freshwork project:new client_name.project_name
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

4111d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/954524bc2e96e26c6670b60375e0ed3759db6862e1d2721a074c74f92ef9a070?d=identicon)[gonzunigad](/maintainers/gonzunigad)

---

Top Contributors

[![gdespirito](https://avatars.githubusercontent.com/u/1103494?v=4)](https://github.com/gdespirito "gdespirito (8 commits)")

---

Tags

consolelaravelfreshwork

### Embed Badge

![Health badge](/badges/freshwork-console/health.svg)

```
[![Health](https://phpackages.com/badges/freshwork-console/health.svg)](https://phpackages.com/packages/freshwork-console)
```

###  Alternatives

[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.6k331.8M8.5k](/packages/nunomaduro-collision)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[cerbero/command-validator

Laravel package to validate the input of console commands.

225444.5k1](/packages/cerbero-command-validator)[zachleigh/artisanize

Use Laravel Artisan command syntax in any Symfony Console project.

122.6k1](/packages/zachleigh-artisanize)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
