Download the PHP package webcretaire/symfony-vue without Composer

On this page you can find all versions of the php package webcretaire/symfony-vue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package symfony-vue

Symfony & Vue.JS skeleton Build Status

This project demonstrate how Symfony 4 and Vue.JS 2 can be integrated in the same project.

Why does this exist ?

Most template / tutorials online help you build a website with a separated frontend and backend, but few will explain how you can host both in the same project, although it is useful for small project which have only one developer (or at least no separated frontend/backend teams).

Dependencies

This project suppose you use Virtualbox and Vagrant. Although if you don't want to you can delete the Vagrantfile and ansible directory and serve the app in development however you want (for example using Symfony's dev server).

Installation

On your system

Customize variables inside ansible/vars.yml according to your needs.

Add whatever you chose for the server_domain var to your host file (on Windows it is located in C:\Windows\System32\drivers\etc\hosts).

Start the virtual machine by running vagrant up inside you project folder.

On the VM

The frontend is compiled once by Ansible when the WM is created, but to watch changes made to the files you can use make watch_assets, or run make vue_ui and manage webpack through vue-ui on port 8001 (http://project.dom:8001 in this example)

Usage

Once the installation is complete, you should see this page when going on the domain you chose on port 8000 (http://project.dom:8000 in this example) :

You can then start developing your frontend at front/src/ and your backend at src/.


All versions of symfony-vue with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.3
ext-ctype Version *
ext-iconv Version *
friendsofsymfony/jsrouting-bundle Version ^2.3
sensio/framework-extra-bundle Version ^5.1
symfony/asset Version 4.2.*
symfony/console Version 4.2.*
symfony/dotenv Version 4.2.*
symfony/expression-language Version 4.2.*
symfony/flex Version ^1.1
symfony/form Version 4.2.*
symfony/framework-bundle Version 4.2.*
symfony/monolog-bundle Version ^3.1
symfony/orm-pack Version *
symfony/process Version 4.2.*
symfony/security-bundle Version 4.2.*
symfony/serializer-pack Version *
symfony/swiftmailer-bundle Version ^3.1
symfony/translation Version 4.2.*
symfony/twig-bundle Version 4.2.*
symfony/validator Version 4.2.*
symfony/web-link Version 4.2.*
symfony/webpack-encore-bundle Version ^1.2
symfony/yaml Version 4.2.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package webcretaire/symfony-vue contains the following files

Loading the files please wait ....