GithubHelp home page GithubHelp logo

nguyenphuthao / vurtify Goto Github PK

View Code? Open in Web Editor NEW

This project forked from m-elewa/vurtify

0.0 0.0 0.0 2.63 MB

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

License: MIT License

Shell 7.47% PHP 39.47% Dockerfile 32.64% Blade 15.77% Makefile 0.35% Vue 4.30%

vurtify's Introduction

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.

vurtify's People

Contributors

m-elewa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.