laraspace / laraspace-vue
The Laraspace admin template.
Installs: 1 361
Dependents: 0
Suggesters: 0
Security: 0
Stars: 139
Watchers: 16
Forks: 44
Open Issues: 20
Language:JavaScript
Type:project
Requires
- php: >=7.1.3
- fideloper/proxy: ^4.0
- laracasts/flash: ^2.0
- laravel/framework: 5.7.*
- laravel/tinker: ^1.0
- tymon/jwt-auth: 0.5.*
Requires (Dev)
- barryvdh/laravel-ide-helper: ^2.1
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.0
- symfony/css-selector: 3.1.*
- symfony/dom-crawler: 3.1.*
- dev-master
- 1.6
- dev-dependabot/npm_and_yarn/json5-and-loader-utils-and-laravel-mix-2.2.3
- dev-dependabot/npm_and_yarn/json5-and-css-loader-and-laravel-mix-2.2.2
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-6.3.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/css-what-2.1.3
- dev-dependabot/npm_and_yarn/bootstrap-4.3.1
- dev-dependabot/npm_and_yarn/axios-0.21.2
- dev-dependabot/npm_and_yarn/prismjs-1.27.0
- dev-dependabot/npm_and_yarn/chart.js-2.9.4
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/url-parse-1.4.4
- dev-version_5.8
- dev-composer-changes
This package is auto-updated.
Last update: 2024-11-05 00:12:10 UTC
README
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
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
- Run
composer create-project --prefer-dist laraspace/laraspace-vue
- 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
- Open
.env
file in your favorite text editor and set the database credentials. - Open
database/seeds/UsersTableSeeder.php
and change the admin's email & password to your preference. php artisan migrate --seed
run this command to migrate & seed the database. ( Make sure that you're inside the app's root directory )- Install NPM globally if you haven't installed that already , for more information please refer this Link
- After installing NPM globally , run
npm install
inside your webroot , it will download all the required dependencies. - Run
npm run dev
for compiling sass and js files. - Laraspace makes use of
Laravel Mix
for compiling sass files and js files (webpack). - 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
License
Laraspace is now an open-sourced software licensed under the MIT license.