GithubHelp home page GithubHelp logo

nasirouwagana / vuetified Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codeitlikemiley/vuetified

0.0 2.0 1.0 3.33 MB

Laravel 5.5 Vuetify Real Time Starter App

PHP 53.55% Vue 45.51% HTML 0.93%

vuetified's Introduction

Vuetified

Laravel Vuetify Real Time Starter App

vuetified

Table of Contents

  1. Requirements
  2. Installation
  3. Stacks Used
  4. Plugins
  5. Theme
  6. Initial State
  7. Linting
  8. Issues
  9. Pull Request

Requirements

  • PHP 7.1+
  • Composer
  • Node JS
  • NPM
  • Redis
  • VS Code
  • Laravel Valet (NGINX) or use Laradock or Homestead

Installation

  1. git clone https://github.com/codeitlikemiley/vuetified YOURPROJECTNAME
  2. cd YOURPROJECTNAME
  3. composer install
  4. yarn
  5. cp env.example .env
  6. php artisan passport:install
  7. echo:generate
  8. set your .env
  • if you want to use laravel echo then change this to true
ECHO_ON=false
  1. php artisan migrate:fresh --seed
  2. node websocket
  3. Serve Your Site
    • laravel valet - valet link YOURSITE
    • laradock - docker-compose up -d nginx redis mysql
    • homestead - homestead up yourprojectname.test/

Stacks Used

  • Laravel
  • Vue
  • Laravel Passport for Oauth and Authentication
  • Vuetified for UI
  • Laravel Echo for Realtime Broadcasting
  • Laravel Horizon for Queueing Jobs
  • Laravel Socialite for Integration of Third Party OAuth
  • VS Code Plugins For Intelligent Code Fix and Linting

Plugins

Here You can Add Extra Plugins to Your App

//! Order is Important if Other Services Dependes On it */
//! Primary Services Add Here


import './services/vuetify' //! Configuring Themes and Components

import './services/vue-axios' //! For Making Api Calls

import './services/bus' //! Global Event Bus

import './services/vuex' //! State Management

import './services/echo' //! Websocket

import './services/initial-state' //! Seed Initial Data To Your App 
//! @ Vuetified/Configuration/ProvidesScriptVariables.php

import('./services/forms') //! Declare Your Global Form Object Here

import './services/vee-validate' //! Form Validation

import './services/youtube' //! Youtube Component


//! Secondary Services That Depends On the Primary Services
//! i.e: Vuex in our ACL Service
import './services/acl'

Theme

open resources/assets/js/services/vuetify.js edit theme object

theme: {
        primary: '#ef9a9a',
        secondary: '#607d8b',
        accent: '#4db6ac',
        error: '#b71c1c',
        info: '#bbdefb',
        success: '#a5d6a7',
        warning: '#ffc107'
    }

Inital State

Open Vuetified/Configuration/ProvidesScriptVariables.php

Add Your Initial Data As an Array

public static function scriptVariables()
    {
        return [
            'csrfToken' => csrf_token(),
            'env' => config('app.env'),
            'api_endpoint' => config('app.api'),
            'sponsor' => self::getSponsor()
        ];
    }

Linting

If Your Using VS Code which i highly recommend since they offer great Plugins For Vue and ES lint

You can Pm me Directly at Facebook So i Can Share My Settings

Install VS Code , then install this plugin Settings Sync

Issues

If You Have Any Seen Any Bugs Please Report Make an Issue

Pull Request

If You Want To Add Components To Be Part Of Vuetified Please Make a Pull Request

vuetified's People

Contributors

codeitlikemiley avatar patrickcurl avatar vuetified avatar

Watchers

 avatar  avatar

Forkers

nguyenvuvn

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.