https://github.com/constantinstan/vuelaravel
Laravel Vue starter template with login and register based on Bootstrap 4 framework
https://github.com/constantinstan/vuelaravel
admin-dashboard admin-panel admin-template admin-ui bootstrap-4 bootstrap-theme creativer dashboard dashboard-templates laravel-admin laravel-admin-panel laravel54 scss vuejs
Last synced: 8 months ago
JSON representation
Laravel Vue starter template with login and register based on Bootstrap 4 framework
- Host: GitHub
- URL: https://github.com/constantinstan/vuelaravel
- Owner: ConstantinStan
- License: mit
- Created: 2017-10-18T20:45:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T15:06:16.000Z (over 8 years ago)
- Last Synced: 2025-04-05T10:51:15.317Z (about 1 year ago)
- Topics: admin-dashboard, admin-panel, admin-template, admin-ui, bootstrap-4, bootstrap-theme, creativer, dashboard, dashboard-templates, laravel-admin, laravel-admin-panel, laravel54, scss, vuejs
- Language: PHP
- Homepage: https://www.thecreativer.com
- Size: 1.05 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## 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
``` bash
# 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](https://help.github.com/articles/fork-a-repo/)).
- 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](http://opensource.org/licenses/MIT).