承接 fahimhossainmunna/quick-setup 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Packagist Version Total Downloads License

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 install and npm 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 .env from .env.example
  • 🧩 Run composer install and npm 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:

  1. Ensure required tools are installed

    • PHP
    • Composer
    • Node.js
    • npm
  2. Check your environment file

    • Make sure your .env file exists and contains valid database credentials.
  3. Clear and refresh Laravel cache

    php artisan config:clear
    php artisan cache:clear
  4. 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

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-10-29

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固