All Projects → m-elewa → vurtify

m-elewa / vurtify

Licence: MIT license
Laravel 8 boilerplate project with Fortify + Vue 3 + Bootstrap 5

Programming Languages

PHP
23972 projects - #3 most used programming language
Dockerfile
14818 projects
Blade
752 projects
shell
77523 projects
Vue
7211 projects
Makefile
30231 projects

Projects that are alternatives of or similar to vurtify

tailwind-layouts
Collection of Tailwind Layouts
Stars: ✭ 53 (-13.11%)
Mutual labels:  tailwind, vue3
slider
Vue 3 slider component with multihandles, tooltips merging and formatting (+Tailwind CSS support).
Stars: ✭ 162 (+165.57%)
Mutual labels:  tailwind, vue3
VueJs-Soft-UI-Dashboard
🍏 This is Soft UI Dashboard in Vue Js.
Stars: ✭ 61 (+0%)
Mutual labels:  vue3, bootstrap5
vitailse
Opinionated Vite starter template with TailwindCSS
Stars: ✭ 95 (+55.74%)
Mutual labels:  tailwind, vue3
laravel-api
A base install of Laravel with Sanctum & Fortify, set up as an API.
Stars: ✭ 58 (-4.92%)
Mutual labels:  fortify, sanctum
jetstream-inertia-generator
Laravel 8 Admin CRUD generator built with Jetstream, Inertia js, Vue 3 and Tailwindcss 2
Stars: ✭ 105 (+72.13%)
Mutual labels:  jetstream, vue3
electron-vite-tailwind-starter
This Starter utilizes Electron, Vite and Tailwindcss in combination. It trys to adhare best practices.
Stars: ✭ 141 (+131.15%)
Mutual labels:  tailwind, vue3
vite-vue3-tailwind
Boilerplate at vue 3 whit firebase, vue notus, typesctip, vite, tailwind
Stars: ✭ 21 (-65.57%)
Mutual labels:  tailwind, vue3
variantwind
Most elegant way to work with TailwindCSS variants in Vue
Stars: ✭ 45 (-26.23%)
Mutual labels:  tailwind, vue3
qwshop
b2b2c laravel+vue Rapid development framework
Stars: ✭ 73 (+19.67%)
Mutual labels:  vue3, laravel8
loopple
Drag & drop dashboard builder
Stars: ✭ 180 (+195.08%)
Mutual labels:  tailwind, bootstrap5
samuelkraft-next
My personal website written with Next.js, Typescript, MDX, Tailwind
Stars: ✭ 250 (+309.84%)
Mutual labels:  tailwind
vue-insta-stories
Vue 2 & 3 library for Instagram like stories.
Stars: ✭ 45 (-26.23%)
Mutual labels:  vue3
vueuse-vite-starter
⚡️ Starter for Vite + VueUse + TypeScript
Stars: ✭ 121 (+98.36%)
Mutual labels:  vue3
tailwindcss-background-extended
All of the missing background utilities for Tailwind CSS.
Stars: ✭ 25 (-59.02%)
Mutual labels:  tailwind
react-sanctum
Easily hook up your React app to Laravel Sanctum and Laravel Fortify
Stars: ✭ 100 (+63.93%)
Mutual labels:  sanctum
vuejs-examples
Vue.js 示例项目合集
Stars: ✭ 87 (+42.62%)
Mutual labels:  vue3
Three-LargeScreen
🎖 模仿图扑的3D风机可视化大屏
Stars: ✭ 117 (+91.8%)
Mutual labels:  vue3
mean-docker
A Mean stack (Angular 15.0.3, Expressjs 4.17.1, MongoDB) jump start project with support of docker.
Stars: ✭ 73 (+19.67%)
Mutual labels:  bootstrap5
tip-tweet
Tip Tweet is a hybrid dApp that provides a simple way to tip a tweet using Ethereum. Authors can claim their tips using their Twitter account. You only need the tweet URL to tip. 🚀 😎
Stars: ✭ 23 (-62.3%)
Mutual labels:  tailwind

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

  • 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

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 [email protected].

Security Vulnerabilities

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

License

Vurtify is open-sourced software licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].