Skip to content

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

License

Notifications You must be signed in to change notification settings

Pushword/skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pushword: Skeleton / Demo App

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

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published