fahimhossainmunna/quick-setup
最新稳定版本:v1.1.0
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.
统计信息
- 总下载量: 42
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-10-29