PHPackages                             fahimhossainmunna/quick-setup - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. fahimhossainmunna/quick-setup

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

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.

v1.1.0(9mo ago)147MITPHPPHP &gt;=8.1

Since Oct 29Pushed 9mo agoCompare

[ Source](https://github.com/Fahim-Hossain-Munna/quick-setup)[ Packagist](https://packagist.org/packages/fahimhossainmunna/quick-setup)[ RSS](/packages/fahimhossainmunna-quick-setup/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

🚀 Laravel Setup Automator Package
---------------------------------

[](#-laravel-setup-automator-package)

[![Packagist Version](https://camo.githubusercontent.com/b6ce5e0d133cb4a19734ad1c0d15b00505ca1e836e6d29a833b9ab4de6071318/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666168696d686f737361696e6d756e6e612f717569636b2d73657475702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fahimhossainmunna/quick-setup)[![Total Downloads](https://camo.githubusercontent.com/ecc202508470532cde77aa03cea70a04ec7ad6915eabc80c86d7fa23e875bf74/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f666168696d686f737361696e6d756e6e612f717569636b2d73657475702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fahimhossainmunna/quick-setup)[![License](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](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
-------------------

[](#-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
----------

[](#-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
---------------

[](#️-installation)

You can install it globally or directly inside your Laravel project.

### **First-Time Installation (fresh Laravel project)**

[](#first-time-installation-fresh-laravel-project)

```
composer install
composer require fahimhossainmunna/quick-setup
```

### Once installed, simply run the following Artisan command:

[](#once-installed-simply-run-the-following-artisan-command)

```
composer install
php artisan run:quick-setup
```

🛠️ Troubleshooting
------------------

[](#️-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](https://packagist.org/packages/fahimhossainmunna/quick-setup)
💻 [GitHub Profile](https://github.com/Fahim-Hossain-Munna)

🪪 License
---------

[](#-license)

This package is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance58

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

2

Last Release

279d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d11e750673341326453f9835ef679ee838934a5c7f2f8a51a60fd8d4d8e97c29?d=identicon)[Fahim Hossain Munna](/maintainers/Fahim%20Hossain%20Munna)

---

Top Contributors

[![Fahim-Hossain-Munna](https://avatars.githubusercontent.com/u/87969487?v=4)](https://github.com/Fahim-Hossain-Munna "Fahim-Hossain-Munna (5 commits)")

### Embed Badge

![Health badge](/badges/fahimhossainmunna-quick-setup/health.svg)

```
[![Health](https://phpackages.com/badges/fahimhossainmunna-quick-setup/health.svg)](https://phpackages.com/packages/fahimhossainmunna-quick-setup)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k99.8M342](/packages/laravel-horizon)[illuminate/queue

The Illuminate Queue package.

20433.0M1.7k](/packages/illuminate-queue)[illuminate/console

The Illuminate Console package.

13046.6M7.1k](/packages/illuminate-console)[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M182](/packages/spatie-laravel-health)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)[illuminate/process

The Illuminate Process package.

44926.6k118](/packages/illuminate-process)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
