Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Repository files navigation

Webchain - Mainpage

This is a webchain landing page developed with a fresh vue and symfony.

Requirements

  • PHP 7.1^ & Composer
  • NodeJs 10^ & NPM 5^
  • MySql 5.6 or compatible DBMS

Scope of responsibilities

  • Mainpage
  • Blog
  • Admin Panel

Installation

  1. Install required dependencies: composer install for development environment or composer install --no-dev for staging/production environment;
  2. Configure environment variables or use .env (look .env.dist for example);
  3. Update your database with latest migrations: php bin/console doctrine:migrations:migrate;
  4. Configure your webserver to pass all requests to the public/app.php file. In dev environment you can just run Symfony's webserver via server:start console command;
  5. Install npm dependencies: npm install;
  6. Build assets: npm run dev for development environment or npm run prod for staging/production environment;
  7. Check if everythink fine by visiting application page. Done.

About

webchain

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages