Skip to content

chaban/phasty-micro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a SPA or SSR web application with phalcon, vue.js(nuxt.js) and centrifugo.

Not for production!

Boilerplate for developing web applications

Used technologies

How to install with Docker

  • Install docker & docker-compose
  • Clone this repository
  • Download robo.phar(https://robo.li/), composer.phar(https://getcomposer.org/) in "phalcon/" folder
  • Copy all .env.example files(folders "./", "phalcon/") to .env
  • Fill .env files with appropriate information
  • Centrifugo to work correctly, you need to fill in the address and port in "./docker/nginx/sites/centrifugo.conf line 5"
  • In docker command line type "docker-compose up -d --build"
  • Go in php container with command "docker exec -it php_ /bin/bash"
  • Run "composer install". After installation type command "php vendor/bin/phinx migrate" to create migrateions
  • Then type "php vendor/bin/phinx seed:run" to seed tables in database
  • Create paseto auth key with command "php robo.phar paseto", and "exit" from php_ container.
  • Go to directory ./vue and install npm packages with "npm install".
  • After installation type "npm run dev". Browser starts automatically with working application.

About

Build a SPA or SSR web application with phalcon, vue.js(nuxt.js) and centrifugo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published