GithubHelp home page GithubHelp logo

kenlock / vuelaravel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from constantinstan/vuelaravel

0.0 1.0 0.0 1.07 MB

Laravel Vue starter template with login and register based on Bootstrap 4 framework

Home Page: https://www.thecreativer.com

License: MIT License

PHP 54.75% Vue 33.57% HTML 11.69%

vuelaravel's Introduction

CreativeR VueLaravel starter theme

VueLaravel is a starter admin template.

Feel free to clone the repository, any suggestions are welcome.

Installation

Installing CreativeR VueLaravel is easy.

Download:

Download from Github

Using The Command Line (cloning in the current directory):

git clone https://github.com/ConstantinStan/VueLaravel.git .

Build Setup

All commands should be set on the root directory where you're installing the app

# create .env file
cp .env.example .env

# Set proper file permissions
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache

# Generate encryption key
php artisan key:generate

# Install dependencies
composer update
sudo npm install

# Install passport
composer require laravel/passport

# Generate encryption keys
php artisan key:generate

# Create mysql tables
php artisan migrate

php artisan passport:install
php artisan passport:keys
php artisan passport:client --personal

# generate api key
php artisan key:generate

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Contribution

Contribution are always welcome and recommended! Here is how:

  • Fork the repository (here is the guide).
  • Clone the repo to your machine
  • Make your changes
  • Create a pull request

License

Creativer LaravelVue is an open source project by [Constantin Stan] that is licensed under MIT.

vuelaravel's People

Contributors

constantinstan avatar

Watchers

James Cloos 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.