pushword/skeleton

This package is used for testing purpose, for demoing and by the installer. It's not a copy-paster skeleton, prefer use the installer (see https://pushword.piedweb.com/installation ).

Installs: 14 196

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Twig

Type:symfony-bundle

1.0.0-rc13 2024-09-12 09:15 UTC

This package is auto-updated.

Last update: 2024-10-27 11:40:58 UTC


README

This package is used for testing purpose, for demoing and by the installer. It's not a copy-paster skeleton, prefer use the installer

Latest Version Software License GitHub Tests Action Status Quality Score Code Coverage Type Coverage Total Downloads

Build it

cd packages/skeleton;

rm -rf media && cp -r media~ media

php bin/console doctrine:schema:update --force
php bin/console doctrine:fixtures:load

# Add an admin user :
read -p 'Email: ' emailvar
read -sp 'Password: ' passvar
php bin/console pushword:user:create $emailvar $passvar ROLE_SUPER_ADMIN
#php bin/console pushword:user:create admin@example.tld p@ssword ROLE_SUPER_ADMIN

# Install Bundle Assets
php bin/console assets:install

# Launch Server and Play
symfony server:start -d

Contributing

If you're interested in contributing to Pushword, please read our contributing docs before submitting a pull request.

Credits

License

The MIT License (MIT). Please see License File for more information.

PHP Packages Open Source