alexmanno / symfony-vuejs

Source code of the tutorial "Building a single-page application with Symfony 4 and Vue.js"

Home Page:https://thecodingmachine.io/building-a-single-page-application-with-symfony-4-and-vuejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source code of the tutorial thecodingmachine.io/building-a-single-page-application-with-symfony-4-and-vuejs.

Quick start

If you want to try out the project just follow those steps:

$ cp .env.template .env
$ docker-compose up -d
$ docker-compose exec app bash # executing bash inside app service
$ composer install
$ yarn install
$ yarn dev
$ php bin/console doctrine:migration:migrate
$ php bin/console doctrine:fixtures:load

On MacOS, also update your /etc/hosts file with:

127.0.0.1   app.localhost
127.0.0.1   phpmyadmin.app.localhost

You may now go to http://app.localhost/ and login using the following credentials:

Login: foo Password: bar

About

Source code of the tutorial "Building a single-page application with Symfony 4 and Vue.js"

https://thecodingmachine.io/building-a-single-page-application-with-symfony-4-and-vuejs

License:MIT License


Languages

Language:PHP 62.7%Language:JavaScript 18.9%Language:Vue 16.0%Language:HTML 2.4%