Download the PHP package webmodern/alpaca-engine without Composer
On this page you can find all versions of the php package webmodern/alpaca-engine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webmodern/alpaca-engine
More information about webmodern/alpaca-engine
Files in webmodern/alpaca-engine
Package alpaca-engine
Short Description Start kit for new laravel project with admin from Filament and some packages.
License MIT
Informations about the package alpaca-engine
Alpaca Engine
🚀 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
This project includes a utility script for safely switching and managing .env
files on the server.
Usage
-
Apply an environment profile (e.g.,
server
,local
,staging
):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:
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
- 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:
License
The Laravel framework is open-sourced software licensed under the MIT license.
All versions of alpaca-engine with dependencies
bezhansalleh/filament-shield Version ^4.0@beta
filament/filament Version ^4.0
laravel/framework Version ^12.0
laravel/tinker Version ^2.10.1
plesk/ext-laravel-integration Version *
webmodern/alpaca-activitylog Version ^0.1.0