Git Product home page Git Product logo

laravuetify's Introduction

LaraVuetify

Laravel + Vuetify starter template

Build Status paypal

This Project is based on

Quick Demo

App Demo

Prerequisite

  1. Install Composer https://getcomposer.org/download/
  2. Install Node.js https://nodejs.org/en/download/
  3. Download any supported database provider: https://laravel.com/docs/5.7/database

Installation

# Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env

# Install all composer dependecies
composer install

# Generate a new application key
php artisan key:generate

# Generate a new JWT authentication secret key
php artisan jwt:secret

# Run the database migrations --set the database connection in .env before migrating--
php artisan migrate --seed

# Install node dependecies
npm i

Run

# Start the local development server: http://127.0.0.1:8000
php artisan serve

# build and watch
npm run watch

Test

# Run Feature tests
./vendor/bin/phpunit

Production

npm run production

Tips

  1. To enable login with github:
    • Create a New OAuth App and copy this configuration: Github App Config
    • Then update the GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET in .env file
  2. To send email in Reset Password module:
    • Update the email config in .env file with your gmail account Gmail Config
    • Allow your account to less secure app access Allow less secure app access
  3. Run php artisan config:cache after updating your .env file.
  4. It's recommended to have a clean database before seeding. You can refresh your migrations at any point to clean the database by running php artisan migrate:fresh --seed

Features

  • Laravel 5.7
  • Laravel-Permission
  • Socialite integration
  • Login, register and password reset
  • Pages with dynamic import and custom layouts
  • Authentication with JWT
  • Vue + VueRouter + Vuex + VeeValidate
  • Vuetify Material Design

laravuetify's People

Contributors

jioo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.