Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

thecodingmachine/symfony-vuejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A new version with Symfony + GraphQL + Nuxt.js is available here:https://github.com/thecodingmachine/symfony-boilerplate


Source code of the tutorialthecodingmachine.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-composeexec 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.localhost127.0.0.1   phpmyadmin.app.localhost

You may now go tohttp://app.localhost/ andlogin using the following credentials:

Login:fooPassword:bar

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp