PHPackages                             leamsi9/rapid - 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. [CLI &amp; Console](/categories/cli)
4. /
5. leamsi9/rapid

ActiveLibrary[CLI &amp; Console](/categories/cli)

leamsi9/rapid
=============

A CLI driven Minimum Viable Website and micro-CMS generator.

v0.1.0-alpha(5y ago)5301[20 issues](https://github.com/Leamsi9/laravel-rapid/issues)MITVuePHP ^7.3||^8.0

Since Feb 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Leamsi9/laravel-rapid)[ Packagist](https://packagist.org/packages/leamsi9/rapid)[ RSS](/packages/leamsi9-rapid/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

Laravel Rapid: A Minimum Viable Website in under 5 minutes with a single command.
---------------------------------------------------------------------------------

[](#laravel-rapid-a-minimum-viable-website-in-under-5-minutes-with-a-single-command)

The biggest barrier to building a personal website and starting blogging is the initial friction. It takes a while to learn your way around, configure, set up and style a CMS, Jamstack platform or your own website and database. This can mean other priorities win and the journey is interrupted. Laravel Rapid removes this friction.

With Laravel Rapid you could start a timer and, in under 5 minutes from absolute zero, have a personalised website, dockerised with a fully migrated database and a permissioned micro CMS, good enough for you to go live and start comfortably blogging. Being a Laravel scaffold, your Rapid website will be infinitely expandable into a full fledged site, a web application or SAAS in a familiar way. Whatever journey you have in mind, Laravel Rapid could be its first fully deployable increment, that elusive first step.

Laravel Rapid uses a CLI command (`rapid:site`) to receive basic details from you and generate a personalised website with Controller, Routes and Views and a bundled, modified version of [Wink](https://github.com/themsaid/wink) micro CMS, accessed via login with your email address and encrypted password.

Installation instructions
-------------------------

[](#installation-instructions)

To take Rapid for a spin, download a new installation of Laravel by typing the following into your terminal:

```
curl -s https://laravel.build/rapidtest | bash

```

You can replace `rapidtest` with any name for your test app.

The command will download a new installation of Laravel, with a docker container through the Laravel Sail package.

When the download has ended, cd into your app folder, in the example above `rapidtest/`

Run the following command in your terminal:

```
bash vendor/bin/sail up'

```

This will power up the docker containers, making your app live on `http://localhost`.

Next, run

```
bash vendor/bin/sail composer require leamsi9/rapid'

```

This will install this package in your Laravel app.

Finally, run this command and answer the questions in your terminal.

```
bash vendor/bin/sail artisan rapid:site'

```

Go back to localhost and hard refresh, and you should be redirected to `/blog` with a template.

If you now go to `localhost/wink` you will be able to log in and write a blog post, that will appear on your `localhost/blog` page.

Credits
-------

[](#credits)

- [Ismael Velasco](https://github.com/Leamsi9) - creator of Rapid
- [Mohamed Said](https://github.com/themsaid) - created Wink , which is, with minor modifications, the CMS used by Rapid.
- [All contributors](https://github.com/Leamsi9/laravel-rapid/contributors)

Contributing
------------

[](#contributing)

Contributions are extremely welcome, and there are a few good first issues.

Check the [contribution guide](CONTRIBUTING.md).

License
-------

[](#license)

Laravel Rapid is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

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

Unknown

Total

1

Last Release

1903d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/79b98dde41a2aeb86234e461c81362087a300272be9f833e89869cfbe2b4ffc3?d=identicon)[Ismael Velasco](/maintainers/Ismael%20Velasco)

---

Top Contributors

[![Leamsi9](https://avatars.githubusercontent.com/u/31355403?v=4)](https://github.com/Leamsi9 "Leamsi9 (9 commits)")

---

Tags

cli-applaravellaravel-rapidmicro-cmsweb-applicationwebsitewebsite-generatorwinklaravelscaffoldinggeneratorwebsitecmsblog

### Embed Badge

![Health badge](/badges/leamsi9-rapid/health.svg)

```
[![Health](https://phpackages.com/badges/leamsi9-rapid/health.svg)](https://phpackages.com/packages/leamsi9-rapid)
```

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[timwassenburg/laravel-repository-generator

Generate Laravel repositories

2116.9k1](/packages/timwassenburg-laravel-repository-generator)[sunaoka/laravel-facade-generator

Provide command line generation of facade layer files.

171.9k](/packages/sunaoka-laravel-facade-generator)

PHPackages © 2026

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