laravel-boot-up
by igne-agency
Boot a Laravel project on any machine with one command: php artisan app:up installs missing tools (PHP, Node, Composer, Herd, Docker), creates .env, sets up the database, runs migrations, builds assets and serves via Herd, Sail or artisan serve, then runs Laravel's own dev terminal and cleanly stops everything it started when you quit it; app:down does the same on demand. Also exports deployment scripts for Laravel Forge and fortrabbit (generate:deploy-script) and generates CI/CD pipelines with linting, tests and webhook deploys for GitHub Actions and Bitbucket Pipelines (generate:pipeline). Development only - not for production use.
laravel-forge-domain
by plin-code
Onboard tenant and customer hostnames in Laravel with DNS verification and automated Laravel Forge SSL provisioning.
laravel-forge-mcp
by isapp
Native Laravel MCP server for managing Laravel Forge servers, sites and deployments via the Forge API v2.
laravel-hosting-management
by pstoute
A unified hosting provider abstraction layer for Laravel, providing a single API to manage servers, sites, databases, SSL certificates, and deployments across multiple hosting platforms.
laravel-forge-sdk
by dimer47
PHP SDK for Laravel Forge API - Auto-generated from OpenAPI specification
laravel-forge-sdk
An unofficial, type-safe PHP SDK for Laravel Forge API v2 with fluent actions for managing servers, sites, deployments, and certificates.
laravel-api-forge
by goez
A powerful command-line tool for scaffolding Laravel API projects with modern development practices and essential packages pre-configured.
laravel-form-forge
by damianulan
UI Form builder laravel package with custom components based on chosen.js and flatpickr.io. For building forms with PHP builder classes.
plugin-laravel-websockets
by bellows-app
Bellows plugin for integrating Laravel Websockets into your app.
plugin-laravel-data
by bellows-app
Bellows plugin for integrating the Laravel Data package with TypeScript transformation into your app.