laraviet / vs-laravel-skeleton
The Laravel Framework.
Package info
github.com/laraviet/vs-laravel-skeleton
Type:project
pkg:composer/laraviet/vs-laravel-skeleton
dev-master
2020-08-18 07:51 UTC
Requires
- php: ^7.2.5
- astrotomic/laravel-translatable: ^11.8
- fideloper/proxy: ^4.2
- fruitcake/laravel-cors: ^2.0
- genealabs/laravel-model-caching: ^0.9.0
- guzzlehttp/guzzle: ^6.3
- hyn/multi-tenant: 5.6.*
- igaster/laravel-theme: ^2.0
- joshbrw/laravel-module-installer: ^0.1.4
- laracasts/flash: ^3.1
- laravel/framework: ^7.0
- laravel/tinker: ^2.0
- laraviet/admin-home-module: dev-master
- laraviet/core-module: dev-master
- nwidart/laravel-modules: ^7.1
- spatie/laravel-medialibrary: ^7.19
Requires (Dev)
- facade/ignition: ^2.0
- fzaninotto/faker: ^1.9.1
- laravel/ui: ^2.1
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^4.1
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2026-06-06 17:45:17 UTC
README
git clone https://github.com/laraviet/vs-laravel-skeleton.gitcomposer installcp .env.example .env- Create database end edit
.envfor updated db connection php artisan key:generatephp artisan migrate --seedphp artisan module:seed- update
CACHE_DRIVER=redisin .env (make sure install redis in local) - update
email infoin.env(for reset password) rm -rf Module/AdminHomerm -rf Module/Coregit clone https://github.com/laraviet/core-module.git Modules/Coregit clone https://github.com/laraviet/admin-home-module.git Modules/AdminHomephp artisan storage:link- update
APP_URLin.envto match real domain
II. Installation for client's real project
- composer create-project laraviet/vs-laravel-skeleton -s dev project-name
- config database vs update .env
- update
CACHE_DRIVER=redisin .env (make sure install redis in vps) - update
email infoin.env(for reset password) php artisan migrate —seedphp artisan module:seedphp artisan storage:link- update
APP_URLin.envto match real domain
III. Auto Deploy in Github
- Edit file
public/deploy.php=> updatecdcommand to right folder in VPS - Access VPS and add below line into
.git/config[credential] helper = store --file /var/www/sites/licensing.viralsoft.vn/.git-credentials- (Choose right folder)
- Access
Settings/Webhooks=> Add webhook - Fill Payload URL as
fullurl/deploy.php- Example
http://licensing.viralsoft.vn/deploy.php
- Example
- Choose
Content typeasapplication/json - Click
Add webhookbutton