fahimhossainmunna/quick-setup
Composer 安装命令:
composer require fahimhossainmunna/quick-setup
包简介
A Laravel quick setup automation package that instantly configures your project by generating the .env file, setting up environment values, installing Composer and NPM dependencies, running migrations and seeders, linking storage, and clearing caches — all with a single Artisan command.
README 文档
README
A lightweight and time-saving Composer package that helps you automatically set up a freshly cloned Laravel project with a single command.
No more manual .env copying, dependency installation, or migration hassle — just run one command and get started!
🧠 About The Project
When we clone a Laravel repository from GitHub, we usually need to:
- Copy
.env.example→.env - Run
composer installandnpm install - Generate the application key
- Set up database credentials
- Run migrations and link storage
- Configure app URL and other environment values
Doing this repeatedly can be frustrating — especially for teams.
So this package provides a bash-powered automation tool that executes all these steps with a single command.
Perfect for developers who want a faster, cleaner, and repeatable setup workflow.
✨ Features
- 🔁 Auto-create
.envfrom.env.example - 🧩 Run
composer installandnpm install - 🔑 Auto-generate app key
- 🗄️ Run database migrations
- 🔗 Link Laravel storage
- ⚙️ Optionally set
APP_URL,DB_*configs - 🧹 Clean and minimal — no heavy dependencies
⚙️ Installation
You can install it globally or directly inside your Laravel project.
First-Time Installation (fresh Laravel project)
composer install composer require fahimhossainmunna/quick-setup
Once installed, simply run the following Artisan command:
composer install php artisan run:quick-setup
🛠️ Troubleshooting
If something doesn’t work, try the following steps:
-
Ensure required tools are installed
- PHP
- Composer
- Node.js
- npm
-
Check your environment file
- Make sure your
.envfile exists and contains valid database credentials.
- Make sure your
-
Clear and refresh Laravel cache
php artisan config:clear php artisan cache:clear
-
Fix file or directory permissions - If you encounter permission errors, run:
chmod -R 775 storage bootstrap/cache
Fahim Hossain Munna
🔗 Packagist Profile
💻 GitHub Profile
🪪 License
This package is open-sourced software licensed under the MIT license.
fahimhossainmunna/quick-setup 适用场景与选型建议
fahimhossainmunna/quick-setup 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 46 次下载、GitHub Stars 达 1, 最近一次更新时间为 2025 年 10 月 29 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 fahimhossainmunna/quick-setup 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 fahimhossainmunna/quick-setup 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 46
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 22
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-10-29