|
6 days ago | |
---|---|---|
app | 6 days ago | |
bootstrap | 4 years ago | |
config | 3 months ago | |
database | 3 months ago | |
doc/source | 2 years ago | |
playbooks | 6 months ago | |
public | 1 week ago | |
resources | 1 week ago | |
roles/setup-test-laravel-env | 1 year ago | |
storage | 4 years ago | |
tests | 3 months ago | |
.babelrc | 3 years ago | |
.env.example | 10 months ago | |
.gitattributes | 4 years ago | |
.gitignore | 1 week ago | |
.gitreview | 2 years ago | |
.zuul.yaml | 3 months ago | |
CONTRIBUTING.md | 8 years ago | |
artisan | 2 years ago | |
behat.yml | 5 years ago | |
bindep.txt | 2 years ago | |
clear_logs.sh | 1 year ago | |
composer.json | 6 months ago | |
composer.lock | 6 months ago | |
gulpfile.js | 4 years ago | |
package-lock.json | 1 week ago | |
package.json | 1 week ago | |
phpunit.xml | 2 years ago | |
readme.md | 1 year ago | |
requirements.txt | 2 years ago | |
server.php | 2 years ago | |
setup.cfg | 6 years ago | |
setup.py | 6 years ago | |
tox.ini | 6 years ago | |
update_doctrine.sh | 9 months ago | |
webpack.config.js | 1 week ago | |
webpack.mix.js | 2 years ago |
* LAMP/LEMP environment
* Redis
* PHP >= 7.0
* composer (https://getcomposer.org/)
run following commands on root folder
Laravel may require some permissions to be configured: folders within storage and vendor require write access by the web server.
chmod 777 vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer
Laravel may require some permissions to be configured: folders within storage and vendor require write access by the web server.
php artisan doctrine:schema:create --sql --em=model > model.sql
php artisan doctrine:migrations:generate --connection=model --create=
php artisan doctrine:migrations:status --connection=model
php artisan doctrine:migrations:migrate --connection=model
php artisan queue:work
php artisan idp:create-super-admin {email} {password}
php artisan db:seed --force --env={env}