2017 © Pedro Peláez
 

project app

RadPHP application skeleton

image

radphp/app

RadPHP application skeleton

  • Saturday, December 9, 2017
  • by atkrad
  • Repository
  • 2 Watchers
  • 2 Stars
  • 9 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

RadPHP application skeleton

A skeleton for creating applications based on RadPHP framework., (*1)

Installation

With Docker (Recommended):

  1. First make sure you have Docker and Docker Compose
  2. Run composer create-project --ignore-platform-reqs -s dev --prefer-dist radphp/app [app_name]
  3. Change directory to [app-name]
  4. Run docker-compose up -d to run web container
  5. Go to you container with docker-compose exec --user=radphp web ash
  6. Execute composer update
  7. Then open http://127.0.0.1/ in your browser

With your own installation of web server and PHP:

  1. First make sure you have Composer
  2. Run composer create-project -s dev --prefer-dist radphp/radphp-app [app_name]
  3. Put [app_name] directory somewhere in your web root directory
  4. Create a virtual host config file in your web server and point it's root directory to web directory of [app_name]
  5. Add your defined SERVERNAME in front of 127.0.0.1 line in your /etc/hosts
  6. Then open http://SERVERNAME/ in your browser

The Versions

09/12 2017

dev-master

9999999-dev

RadPHP application skeleton

  Sources   Download

MIT

The Requires

 

The Development Requires

by Omid Mottaghi Rad

app restful radphp

09/12 2017

v0.1.0

0.1.0.0

RadPHP application skeleton

  Sources   Download

MIT

The Requires

 

The Development Requires

by Omid Mottaghi Rad

app restful radphp

13/11 2017

0.2.x-dev

0.2.9999999.9999999-dev

RadPHP application skeleton

  Sources   Download

MIT

The Requires

 

The Development Requires

by Omid Mottaghi Rad

app restful radphp