Download the PHP package tutfw/tutfw-project without Composer
On this page you can find all versions of the php package tutfw/tutfw-project. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tutfw/tutfw-project
More information about tutfw/tutfw-project
Files in tutfw/tutfw-project
Download tutfw/tutfw-project
More information about tutfw/tutfw-project
Files in tutfw/tutfw-project
Vendor tutfw
Package tutfw-project
Short Description Tutfw-Project is new PHP microservice based project.
License MIT
Package tutfw-project
Short Description Tutfw-Project is new PHP microservice based project.
License MIT
Please rate this library. Is it a good library?
Informations about the package tutfw-project
Powered by https://github.com/mehdiable/tutfw-project
Author https://github.com/mehdiable
Contact https://www.linkedin.com/in/mehdi-mohammadnejad
tutfw project
Make your microservice and enjoy :
git
- make your repository and :
- git remote set-url origin 'https://your.git/repository/address/url.git'
requirements
- docker
- git
Initializing new project
- cd docker/phpfpm
- docker build -t phpfpm:8.1.8 .
- cd docker/mongodb
- docker build -t mongodb:5.0.9 .
- cd root folder of project that have development.yml file
- docker stack deploy -c development.yml development
- docker exec -it development_webapp.1 bash
- cd main && composer install && composer dump-autoload
NOTE :
- change in and in by your project domain
- if you change development project name, must be change nginx default.conf file in : in
- ports is important, check the nginx config files and yml file
MongoDb Management
- docker exec -it _developmentmongo... bash
- mongo -u _MONGO_INITDB_ROOTUSERNAME -p
- _enter: MONGO_INITDB_ROOTPASSWORD
- use _databasename # defined on conf/db.php
- db.createUser({user: "admin_username", pwd: passwordPrompt(), roles: [{ role: "readWrite", db: "app_service" }], mechanisms: [ "SCRAM-SHA-256"]});
- _enter password for examadmin user
server side
- make vhost
- set dns in /etc/hosts
All versions of tutfw-project with dependencies
PHP Build Version
Package Version
No informations.
The package tutfw/tutfw-project contains the following files
Loading the files please wait ....