mirror of https://github.com/flarum/flarum
commit
c10031dadc
|
@ -59,7 +59,7 @@ composer_packages = [ # List any global Composer packages that you wa
|
|||
# Default web server document root
|
||||
# Symfony's public directory is assumed "web"
|
||||
# Laravel's public directory is assumed "public"
|
||||
public_folder = "/vagrant"
|
||||
public_folder = "/vagrant/public"
|
||||
|
||||
laravel_root_folder = "/vagrant/laravel" # Where to install Laravel. Will `composer install` if a composer.json file exists
|
||||
laravel_version = "latest-stable" # If you need a specific version of Laravel, set it here
|
||||
|
|
|
@ -33,3 +33,4 @@ cd /vagrant
|
|||
composer install
|
||||
php artisan migrate --bench="flarum/core"
|
||||
php artisan db:seed --class="Flarum\Core\Support\Seeders\DatabaseSeeder"
|
||||
php artisan asset:publish --bench="flarum/core"
|
||||
|
|
Loading…
Reference in New Issue