PHPackages                             socialrabbit/bunny - 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. [Framework](/categories/framework)
4. /
5. socialrabbit/bunny

ActiveLibrary[Framework](/categories/framework)

socialrabbit/bunny
==================

The Ultimate Laravel Website Scaffolding Package

v1.2.2(3mo ago)315MITPHPPHP ^8.1CI failing

Since Jan 24Pushed 3mo agoCompare

[ Source](https://github.com/kisalnelaka/bunny)[ Packagist](https://packagist.org/packages/socialrabbit/bunny)[ RSS](/packages/socialrabbit-bunny/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (24)Used By (0)

Bunny - Laravel Website Scaffolding Package
===========================================

[](#bunny---laravel-website-scaffolding-package)

[![Latest Stable Version](https://camo.githubusercontent.com/73dd3bf4c1c6a507b884dac095e3bb5b506384618daf3f4159868300b14471dc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736f6369616c7261626269742f62756e6e79)](https://packagist.org/packages/socialrabbit/bunny)[![License](https://camo.githubusercontent.com/e8292684bcc729213744e1e5d6da73e0623cb48f48bb48ea940da307e6b8b9da/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f736f6369616c7261626269742f62756e6e79)](https://packagist.org/packages/socialrabbit/bunny)

Bunny is a powerful Laravel package that provides instant website scaffolding for multiple website types. Get your project up and running in minutes with pre-built components, authentication, and modern UI.

Features
--------

[](#features)

### Website Types

[](#website-types)

Bunny supports multiple website types out of the box:

- **Portfolio**: Showcase your work with a beautiful portfolio site
- **E-commerce**: Full-featured online store with cart and checkout
- **Educational**: Learning management system with courses and students
- **Healthcare**: Patient management and appointment booking
- **Hospitality**: Hotel/restaurant booking and management
- **Real Estate**: Property listings and management

### Core Features

[](#core-features)

- Modern UI with responsive design
- SEO optimization
- Analytics integration
- Media management
- User authentication
- Role-based permissions
- Multi-language support
- Theme customization
- API integration
- Performance optimization

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1
- Laravel &gt;= 10.0
- Composer
- MySQL 5.7+ / PostgreSQL 9.6+ / SQLite 3.8+

Installation
------------

[](#installation)

```
composer require socialrabbit/bunny
php artisan bunny:install
```

Quick Start
-----------

[](#quick-start)

### Create Your First Website

[](#create-your-first-website)

```
# Start the interactive installer
php artisan bunny:install
```

During installation, you will be prompted to choose:

1. **Frontend Framework**: Vue, React, Alpine, or None
2. **UI Library**: Tailwind, Bootstrap, or None
3. **Site Type**: Portfolio, E-commerce, CMS, etc.
4. **API Type**: REST, GraphQL, or None

Zero to Hero: Building with Bunny 🚀
-----------------------------------

[](#zero-to-hero-building-with-bunny-)

This guide makes it easy to build a professional website in minutes.

### 1. The Setup

[](#1-the-setup)

Make sure you have: **PHP**, **Composer**, and a database (**MySQL** or **SQLite**) ready.

### 2. Create a New Project

[](#2-create-a-new-project)

```
laravel new my-awesome-site
cd my-awesome-site
```

### 3. Install Bunny

[](#3-install-bunny)

```
composer require socialrabbit/bunny
```

### 4. Run the Magic Installer

[](#4-run-the-magic-installer)

```
php artisan bunny:install
```

Follow the prompts to select your stack. Bunny will automatically:

- Generate Models, Controllers, and Migrations.
- Set up Frontend components and UI.
- **Run database migrations**.
- Register clean, robust routes in your `web.php`.

### 5. Adding CMS Capabilities

[](#5-adding-cms-capabilities)

Want to manage pages easily? Add a full CMS dashboard to any site:

```
php artisan bunny:add-cms
```

This adds a powerful admin area where you can create and publish pages instantly.

Configuration
-------------

[](#configuration)

Publish the configuration file:

```
php artisan vendor:publish --tag=bunny-config
```

Edit `config/bunny.php` to customize your setup.

Customization
-------------

[](#customization)

### Publish Views

[](#publish-views)

```
php artisan vendor:publish --tag=bunny-views
```

Views will be published to `resources/views/vendor/bunny`.

### Publish Assets

[](#publish-assets)

```
php artisan vendor:publish --tag=bunny-assets
```

Assets will be published to `public/vendor/bunny`.

### Publish Migrations

[](#publish-migrations)

```
php artisan vendor:publish --tag=bunny-migrations
```

Support
-------

[](#support)

- **Issues**: [GitHub Issues](https://github.com/socialrabbit/bunny/issues)
- **Discussions**: [GitHub Discussions](https://github.com/socialrabbit/bunny/discussions)
- **Documentation**: [GitHub Wiki](https://github.com/socialrabbit/bunny/wiki)

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

[](#contributing)

Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

---

[Check out my github!](https://github.com/kisalnelaka)

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance78

Regular maintenance activity

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.5% 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 ~0 days

Total

23

Last Release

115d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/677e9236ff176794123dc240339610f6422fe27133a0b55612fe58a39d8fe277?d=identicon)[kisalnelaka](/maintainers/kisalnelaka)

---

Top Contributors

[![kisalnelaka](https://avatars.githubusercontent.com/u/27606476?v=4)](https://github.com/kisalnelaka "kisalnelaka (67 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/socialrabbit-bunny/health.svg)

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k84.2M225](/packages/laravel-horizon)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k31.3M148](/packages/laravel-breeze)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M107](/packages/laravel-cashier)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)

PHPackages © 2026

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