Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 1, 2021. It is now read-only.

Boilerplate for Single Page Application, powered by Laravel, CoreUI, Vue

License

NotificationsYou must be signed in to change notification settings

adenvt/laravel-coreui-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel + CoreUI + Vue Boilerplate

Packagist VersionTravis (.com)Travis (.com) branchGreenkeeper badgePackagistDavidDavidPackagistFOSSA Status

What's inside

Requirement

  • PHP >= 7.1.3
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • Node >= 8.9.4
  • NPM >= 5.6.0

How to Install

via Composer

  1. Create project using composer
composer create-project --prefer-dist adenvt/laravel-coreui-vue project_namecd project_name
  1. Install Dependencies
npm install
  1. Add write permission (Unix)
chmod -R go+w storage bootstrap/cache
  1. Compile Static Asset
## for Developmentnpm run dev## for Productionnpm run prod## for Development with HMR (Hot Module Replacement)npm run hot

via Git

  1. Clone this repo
git clone --depth=1 https://github.com/adenvt/laravel-coreui-vue.git project_namecd project_namerm -r .git
  1. Install Dependencies
composer installnpm install
  • Step 3 - 4 same as above

Using Docker Compose

For Development

  • Create and start Container
docker-compose up -d dev
  • Enter workspace
docker-composeexec dev bash
  • Install Depencies
composer installnpm install
  • Compile Static Asset
## Single run compilenpm run dev## or watch and compile every changenpm run watch## or using Hot Module Replacementnpm run hot

For Production

  • Create and start Container
docker-compose up -d prod

License

This project is licensed under the MIT License - see theLICENSE file for details

FOSSA Status

About

Boilerplate for Single Page Application, powered by Laravel, CoreUI, Vue

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp