A laravel app to create weighted questionaire systems
nginx
and php-fpm
recommended)mysql
node.js
and npm
installed on your systemgulp
installed globally (npm install -g gulp
) or locally if you know what you're doingcomposer
, the PHP package managercomposer update --no-scripts
within the laravel foldercomposer install
within the laravel foldernpm install
within the laravel folderphp artisan migrate
within the laravel folderphp artisan key:generate
within the laravel foldergulp
within the laravel folderGreat! Now the project is all set up. In the future, we may want to include compiled scripts and styles when we're ready for a release. This would remove the need for installing node.js, npm, and gulp.