PHPackages                             webmodern/alpaca-engine - 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. webmodern/alpaca-engine

ActiveProject[Framework](/categories/framework)

webmodern/alpaca-engine
=======================

Start kit for new laravel project with admin from Filament and some packages.

v1.0.0(3mo ago)07MITPHPPHP ^8.4

Since Jun 16Pushed 3mo agoCompare

[ Source](https://github.com/webmodern/alpaca-engine)[ Packagist](https://packagist.org/packages/webmodern/alpaca-engine)[ RSS](/packages/webmodern-alpaca-engine/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (16)Versions (7)Used By (0)

[![Alpaca Engine Logo](https://camo.githubusercontent.com/776719936bd513802fd9b07270f1e4ec4588e5f81f1f2a1286bc8947eb74a506/68747470733a2f2f7765622d6d6f6465726e2e62792f77702d636f6e74656e742f75706c6f6164732f323032352f30372f616c706163612d656e67696e652d6769746875622e706e67)](https://web-modern.by)

[![Total Downloads](https://camo.githubusercontent.com/4ee1edafb9fb7b9270e9ddde5a5c2885f7bd24aad875d4bdae6d363bb55403df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7765626d6f6465726e2f616c706163612d656e67696e65)](https://packagist.org/packages/webmodern/alpaca-engine)[![Latest Stable Version](https://camo.githubusercontent.com/1dd71dff38554cd26aee04fea223c397ef24c861167fd87d32e622e72c5d8cca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7765626d6f6465726e2f616c706163612d656e67696e65)](https://packagist.org/packages/webmodern/alpaca-engine)[![License](https://camo.githubusercontent.com/c946bcd2cf43d7086b984246027ec1367fb6c42f28033e1340b5ceb553e10fbf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7765626d6f6465726e2f616c706163612d656e67696e65)](https://packagist.org/packages/webmodern/alpaca-engine)

Alpaca Engine
=============

[](#alpaca-engine)

🚀 Laravel 12 Starter Kit
------------------------

[](#-laravel-12-starter-kit)

A Starter Kit for rapid project development based on Laravel 12. Includes a modern admin panel powered by filamentphp, along with a set of popular libraries to speed up your workflow. Perfect for building admin panels and web applications with a flexible architecture.

Deployment and Environment Configuration Script
-----------------------------------------------

[](#deployment-and-environment-configuration-script)

This project includes a utility script for safely switching and managing `.env` files on the server.

### Usage

[](#usage)

- **Apply an environment profile** (e.g., `server`, `local`, `staging`):

```
./deploy/env_switch.sh [profile]
```

Replace *\[profile\]* with the desired environment name (e.g., *server*, *local*).
The script expects a file named *env.\[profile\]* in the project root (for example: *env.server*).

- **Restore the last .env backup**:

```
./deploy/env_switch.sh restore
```

### What the Script Does

[](#what-the-script-does)

- Backs up the current *.env* file to */deploy* before replacing it.
- Switches *.env* to the specified profile (*env.\[profile\]*).
- Keeps a profile-specific log file in */deploy* (e.g., *env\_server.log*).
- Cleans up old logs automatically (older than 3 months).
- Restores the last backup if run with *restore*.
- Clears Laravel config cache, runs migrations, and updates Composer dependencies.

### Additional Notes

[](#additional-notes)

- The */deploy* directory is *git-ignored* except for the script itself.
- All other files in */deploy* (backups, logs, etc.) are never committed to git.
- Make sure the script is executable:

```
chmod +x deploy/env_switch.sh
```

License
-------

[](#license)

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance80

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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 ~44 days

Total

6

Last Release

108d ago

Major Versions

v0.1.1-beta.5 → v1.0.02026-01-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/336bbfaece6a17a87f9cd86b8b081f7b5d00e25e0cf75a314c024e95af1a84af?d=identicon)[webmodern](/maintainers/webmodern)

---

Top Contributors

[![webmodern](https://avatars.githubusercontent.com/u/48024857?v=4)](https://github.com/webmodern "webmodern (10 commits)")

---

Tags

frameworklaravelstart-kitalpaca engine

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/webmodern-alpaca-engine/health.svg)

```
[![Health](https://phpackages.com/badges/webmodern-alpaca-engine/health.svg)](https://phpackages.com/packages/webmodern-alpaca-engine)
```

###  Alternatives

[raugadh/fila-starter

Laravel Filament Starter.

614.9k](/packages/raugadh-fila-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

401.5k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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