PHPackages                             m-elewa/vurtify - 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. m-elewa/vurtify

ActiveProject[Framework](/categories/framework)

m-elewa/vurtify
===============

Laravel 8 boilerplate project with Fortify + Bootstrap 5 + Vue 3

v1.1(5y ago)5910429[1 issues](https://github.com/m-elewa/vurtify/issues)MITPHPPHP ^7.3

Since Nov 4Pushed 5y ago5 watchersCompare

[ Source](https://github.com/m-elewa/vurtify)[ Packagist](https://packagist.org/packages/m-elewa/vurtify)[ RSS](/packages/m-elewa-vurtify/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (2)Dependencies (14)Versions (5)Used By (0)

Vurtify
=======

[](#vurtify)

Vurtify is a Laravel 8 boilerplate project that gives you what you need to start up a web application with Fortify, Vue 3, and Bootstrap 5.

Basic Features
--------------

[](#basic-features)

- Built on top of Fortify, Vue 3, and Bootstrap 5
- Using Vuex and Axios for state management and Make XMLHttpRequests
- Register system
- Reset forgotten password
- Update password
- Update user info
- Update profile photo
- Logout other browser sessions
- Delete account option
- Email verification
- Nice bootstrap 5 design with animations
- Configurable sass design
- Separate design for the guest section and the app section
- Jetstream, tailwind, and livewire got removed completely from the project for simplicity
- Clean and easy to understand code
- Optional ready to use Docker environment to help with the development
- Helpful Makefile commands
- And more...

Preview
-------

[](#preview)

 [![](https://raw.githubusercontent.com/m-elewa/images/main/Laravel%20-%20welcome.png)](https://raw.githubusercontent.com/m-elewa/images/main/Laravel%20-%20welcome.png) [![](https://raw.githubusercontent.com/m-elewa/images/main/Laravel%20-%20login.png)](https://raw.githubusercontent.com/m-elewa/images/main/Laravel%20-%20login.png) [![](https://raw.githubusercontent.com/m-elewa/images/main/Laravel%20-%20register.png)](https://raw.githubusercontent.com/m-elewa/images/main/Laravel%20-%20register.png) [![](https://raw.githubusercontent.com/m-elewa/images/main/Laravel%20-%20dashboard.png)](https://raw.githubusercontent.com/m-elewa/images/main/Laravel%20-%20dashboard.png) [![](https://raw.githubusercontent.com/m-elewa/images/main/Laravel%20-%20profile-3.png)](https://raw.githubusercontent.com/m-elewa/images/main/Laravel%20-%20profile-3.png) [![](https://raw.githubusercontent.com/m-elewa/images/main/Laravel%20-%20modal.png)](https://raw.githubusercontent.com/m-elewa/images/main/Laravel%20-%20modal.png) [![](https://raw.githubusercontent.com/m-elewa/images/main/Laravel%20-%20toast-3.png)](https://raw.githubusercontent.com/m-elewa/images/main/Laravel%20-%20toast-3.png)

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

[](#installation)

Via Composer Create-Project

```
composer create-project --prefer-dist m-elewa/vurtify blog

```

Or clone this repository

```
$ git clone https://github.com/m-elewa/vurtify.git
```

Then install the required dependency.

```
# copy the .env.example file to .env
$ cp .env.example .env

# Generate the application key
$ php artisan key:generate

# Install the PHP dependencies
$ composer install

# Install node modules
$ npm install --legacy-peer-deps

# Compile the js and sass code
$ npm run dev

# Migrate the application
$ php artisan migrate

# Create the symbolic link
$ php artisan storage:link
```

Once everything is done, start a development server

```
php artisan serve
```

If using Docker run `make up` to run all Docker containers

Great open-source projects used to help build Vurtify
-----------------------------------------------------

[](#great-open-source-projects-used-to-help-build-vurtify)

- [Laravel](https://github.com/laravel/laravel)
- [Vue](https://github.com/vuejs/vue)
- [Vuex](https://github.com/vuejs/vuex)
- [Axios](https://github.com/axios/axios)
- [Fortify](https://github.com/laravel/fortify)
- [Bootstrap](https://github.com/twbs/bootstrap)
- [Vue Toastification](https://github.com/Maronato/vue-toastification)
- [NGINX](https://www.nginx.com/)
- [MySQL](https://www.mysql.com/)
- [PhpMyAdmin](https://www.phpmyadmin.net/)
- [Mailhog](https://github.com/mailhog/MailHog)
- [Portainer](https://www.portainer.io/)

To Do
-----

[](#to-do)

- Use Typescript
- Add more Vue components
- Add Two Factor Authentication
- Add API support
- Add Teams system

Issues
------

[](#issues)

If you come across any issues please [report them here](https://github.com/m-elewa/vurtify/issues).

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

[](#contributing)

Contributing to the Vurtify project are welcome, please feel free to make any pull requests, or email me a feature request you would like to see in the future at .

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability within Vurtify, please send an email to , or create a pull request if possible.

License
-------

[](#license)

Vurtify is open-sourced software licensed under the [MIT license](https://github.com/m-elewa/vurtify/blob/master/LICENSE).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity52

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

Total

2

Last Release

1965d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d5f3b2388b2b75810efe094aac43389af6176e8d16c665768178a047fbc21d4?d=identicon)[m-elewa](/maintainers/m-elewa)

---

Top Contributors

[![m-elewa](https://avatars.githubusercontent.com/u/20480599?v=4)](https://github.com/m-elewa "m-elewa (32 commits)")

---

Tags

boilerplatebootstrapbootstrap5dockerfortifyjetstreamlaravellaravel8sanctumtailwindvuevue3frameworklaravelbootstrapfortify

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/m-elewa-vurtify/health.svg)

```
[![Health](https://phpackages.com/badges/m-elewa-vurtify/health.svg)](https://phpackages.com/packages/m-elewa-vurtify)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)

PHPackages © 2026

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