Skip to content

student zend framework 2 development, implement reactjs | php

License

Notifications You must be signed in to change notification settings

lucenarenato/zf2-reactjs

Repository files navigation

ZendSkeletonApplication

student zend framework 2 development, implement reactjs

composer global require composer/composer npm install

npm run dev

$ cd path/to/install
$ php -S 0.0.0.0:8080 -t public/ public/index.php
# OR use the composer alias:
$ composer serve

removido layout

<?php $script =  $this->inlineScript();
              $script->appendFile($this->basePath() . '/js/app.js');
              //$script->appendFile($this->basePath() . '../App/index.js');

              echo $script;
        ?>

Renato Lucena 12/2020

About

student zend framework 2 development, implement reactjs | php

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages