project radphp-app
RadPHP application skeleton
radphp/radphp-app
RadPHP application skeleton
- Tuesday, December 8, 2015
- by atkrad
- Repository
- 2 Watchers
- 1 Stars
- 9 Installations
- HTML
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
RadPHP application skeleton
A skeleton for creating applications based on RadPHP framework., (*1)
Installation
- First make sure you have Docker and Docker Compose
- Run
composer create-project --ignore-platform-reqs -s dev --prefer-dist radphp/app [app_name]
- Change directory to
[app-name]
- Run
docker-compose up -d
to run web container
- Go to you container with
docker-compose exec --user=radphp web ash
- Execute
composer update
- Then open http://127.0.0.1/ in your browser
With your own installation of web server and PHP:
- First make sure you have Composer
- Run
composer create-project -s dev --prefer-dist radphp/radphp-app [app_name]
- Put
[app_name]
directory somewhere in your web root directory
- Create a virtual host config file in your web server and point it's root directory to
web
directory of [app_name]
- Add your defined SERVERNAME in front of 127.0.0.1 line in your /etc/hosts
- Then open http://SERVERNAME/ in your browser
dev-master
9999999-dev
RadPHP application skeleton
Sources
Download
MIT
The Requires
The Development Requires
by
Omid Mottaghi Rad
app
restful
radphp