PHPackages                             wovosoft/appbuilder - 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. wovosoft/appbuilder

ActiveLibrary

wovosoft/appbuilder
===================

Laravel Application Builder

v1.0.2(5y ago)1101MITVuePHP ^7.4|^8.0

Since May 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/wovosoft/appbuilder)[ Packagist](https://packagist.org/packages/wovosoft/appbuilder)[ Docs](https://github.com/wovosoft/appbuilder)[ RSS](/packages/wovosoft-appbuilder/feed)WikiDiscussions master Synced 1w ago

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

Laravel Application Builder
===========================

[](#laravel-application-builder)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7e78345d69a9ed580a04eb0ae1689f6af22d0881acc33e1e71851451d09d132a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776f766f736f66742f6170706275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wovosoft/appbuilder)[![Total Downloads](https://camo.githubusercontent.com/94dff735dc697fc2b5ff890ef52e7057a5ebef49d17b2e25686bc330adb5ede3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f776f766f736f66742f6170706275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wovosoft/appbuilder)[![GitHub Actions](https://github.com/wovosoft/appbuilder/actions/workflows/main.yml/badge.svg)](https://github.com/wovosoft/appbuilder/actions/workflows/main.yml/badge.svg)

This laravel package is used to create basic scaffolding of a Laravel Application. It installs required dependencies and configures everything out of the box.

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

[](#installation)

The package uses default authentication provided by So, first you need to follow the instructions of `Laravel Breeze`. Then, follow the next steps.

You just need this package during development, so it can be installed via composer with `--dev` flag:

```
composer require wovosoft/appbuilder --dev
```

Usage
-----

[](#usage)

Run the following command. This will copy and configure all the required dependencies and configurations.

```
php artisan builder:install
```

If Everything runs smoothly, configure database in `.env` file. Then run the following commands:

```
php artisan storage:link
php artisan migrate --seed
```

The last command will seed default users and roles.

Browse the application. Use following user credentials to login:

```
Email: admin@gmail.com
Password: admin12346789
```

Dependencies
------------

[](#dependencies)

- Vuejs
- Bootstrap Vue

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

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

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Narayan Adhikary](https://github.com/wovosoft)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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 ~0 days

Total

3

Last Release

1841d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f55c1cd4104a9d22fa0542cd25c22c0cb25af814b4ccad94882845916cd5eca5?d=identicon)[wovosoft](/maintainers/wovosoft)

---

Top Contributors

[![wovosoft](https://avatars.githubusercontent.com/u/56657054?v=4)](https://github.com/wovosoft "wovosoft (5 commits)")

---

Tags

wovosoftappbuilder

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wovosoft-appbuilder/health.svg)

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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