m-elewa / vurtify
Laravel 8 boilerplate project with Fortify + Bootstrap 5 + Vue 3
Installs: 103
Dependents: 0
Suggesters: 0
Security: 0
Stars: 60
Watchers: 5
Forks: 30
Open Issues: 1
Type:project
Requires
- php: ^7.3
- fideloper/proxy: ^4.2
- fruitcake/laravel-cors: ^2.0
- guzzlehttp/guzzle: ^7.0.1
- jenssegers/agent: ^2.6
- laravel/fortify: ^1.0
- laravel/framework: ^8.0
- laravel/sanctum: ^2.6
- laravel/tinker: ^2.0
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.3
- facade/ignition: ^2.3.6
- fzaninotto/faker: ^1.9.1
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^5.0
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2025-04-24 07:30:50 UTC
README
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
- 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
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
- Laravel
- Vue
- Vuex
- Axios
- Fortify
- Bootstrap
- Vue Toastification
- NGINX
- MySQL
- PhpMyAdmin
- Mailhog
- Portainer
To Do
- Use Typescript
- Add more Vue components
- Add Two Factor Authentication
- Add API support
- Add Teams system
Issues
If you come across any issues please report them here.
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 mahmoud.elewa.999@gmail.com.
Security Vulnerabilities
If you discover a security vulnerability within Vurtify, please send an email to mahmoud.elewa.999@gmail.com, or create a pull request if possible.
License
Vurtify is open-sourced software licensed under the MIT license.