Skip to content

lnesi/laravel_vue_spa_template

Repository files navigation

Laravel / Vue.js / Single Page Application Template

by: Luis Nesi - @lnesi

Single Page Application template in Angular 2 with Angular Material.

Fetures.

  • Laravel Simple Auth
  • User Invites
  • User System Extended with activations
  • Bootstrap Front End.

Requirements:

  • MySQL
  • PHP
  • Composer
  • npm

Installation

  1. Download or clone in your Machine
composer install
  1. Create .env and DB details
  2. Generate Key
php artisan key:generate
  1. Migrate: Open The file 2014_10_12_000000_create_users_table in database/migrations and add the credentials desire for admin user.
php artisan migrate
  1. Install Front End Packages
npm install
  1. Serve
php artisan serve
  1. Open browser http://127.0.0.1:8000

Build and develop

npm run dev

About Laravel

Build Status Total Downloads Latest Stable Version License

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Laravel and Vue.js SPA Template With Auth.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published