Skip to content

Back1ng/uppu-symfony

Repository files navigation

File Sharing Uppu (Symfony 5)

How to install:
Clone or download as zip project
Run composer install
Set public directory as public

Configure database connection & app environment in .env file in core directory.

APP_ENV=dev
DATABASE_URL=mysql:https://user:[email protected]:3306/uppu

Create database: php bin/console doctrine:database:create
Create migration: php bin/console make:migration
Run this migration: php bin/console doctrine:migrations:migrate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published