laraspace/laraspace-vue

The Laraspace admin template.

Installs: 1 346

Dependents: 0

Suggesters: 0

Security: 0

Stars: 139

Watchers: 16

Forks: 44

Open Issues: 20

Language:JavaScript

Type:project


README

68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f62797465667572792f696d6167652f75706c6f61642f76313534353232353737362f6c61726173706163652d6c6f676f5f6376637365782e706e67

Introduction

Laraspace is an Admin starter template for Laravel 5.7 PHP Framework which includes all the necessary boilerplate for your next web application.

Table of Contents

  1. Requirements
  2. Installation
  3. Features
  4. Documentation
  5. Versions
  6. License

Requirements

SERVER REQUIREMENTS:

  • PHP >= 7.1.3
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

OPTIONAL REQUIREMENTS:

  • Composer
  • NPM / YARN

Installation

  1. Run composer create-project --prefer-dist laraspace/laraspace-vue
  2. Using your preferred terminal , go to the laraspace folder and run the following command to set a random secure Application Key php artisan key:generate
  3. Open .env file in your favorite text editor and set the database credentials.
  4. Open database/seeds/UsersTableSeeder.php and change the admin's email & password to your preference.
  5. php artisan migrate --seed run this command to migrate & seed the database. ( Make sure that you're inside the app's root directory )
  6. Install NPM globally if you haven't installed that already , for more information please refer this Link
  7. After installing NPM globally , run npm install inside your webroot , it will download all the required dependencies.
  8. Run npm run dev for compiling sass and js files.
  9. Laraspace makes use of Laravel Mix for compiling sass files and js files (webpack).
  10. You are ready to launch!

Features

  • Multiple Layouts
  • Responsive layout
  • Pace Loader
  • Admin Authentication
  • Built-in Settings API
  • Automatic Validation Errors
  • Easy Notifications API
  • Hundreds of UI Components
  • Dozens of Widgets
  • Sass for CSS preprocessing (compiled CSS included)
  • Laravel Mix Configuration
  • Clean and Friendly Code
  • Detailed Responsive Documentation with examples.
  • Dozens of Form Plugins
  • Example VueJS Apps
  • Vue Admin
  • JWT Auth
  • Image Cropper
  • Star Ratings

Documentation

You can find the Laraspace documentation on the website.

Versions

Laraspace comes with 3 versions

  • Vue SPA (Laravel + VueJS + Vue-Router)
  • Default (Laravel + jQuery + VueJS) - Link
  • HTML - Link

License

Laraspace is now an open-sourced software licensed under the MIT license.