All Projects → obuxim → c9phplaravel

obuxim / c9phplaravel

Licence: MIT license
This script installs PHP 7.3 and required extensions and Laravel in Cloud9

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to c9phplaravel

Docker Nginx Php Mysql
Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin
Stars: ✭ 1,322 (+7676.47%)
Mutual labels:  composer, phpmyadmin
twity
Private composer repository - Packagist mirror
Stars: ✭ 31 (+82.35%)
Mutual labels:  composer
jadibot
Telegram Bot for jadi.net
Stars: ✭ 59 (+247.06%)
Mutual labels:  composer
comphar
Pack all composer dependencies into a single phar file.
Stars: ✭ 67 (+294.12%)
Mutual labels:  composer
internetarchivebot
iabot.toolforge.org
Stars: ✭ 67 (+294.12%)
Mutual labels:  composer
killposer
List and remove composer-created vendor directories with a cli tool
Stars: ✭ 29 (+70.59%)
Mutual labels:  composer
drupal8-composer-template
Project template for Drupal 8 projects with composer | Quick installation via "composer create-project woprrr/drupal8-composer-template:8.3.0"
Stars: ✭ 27 (+58.82%)
Mutual labels:  composer
email
Aplus Framework Email Library
Stars: ✭ 127 (+647.06%)
Mutual labels:  composer
laravel-mitnick
🔐 laravel-security helps you secure your Laravel apps by setting various HTTP headers.
Stars: ✭ 76 (+347.06%)
Mutual labels:  composer
ecommerce
A PHP e-commerce web application.
Stars: ✭ 122 (+617.65%)
Mutual labels:  phpmyadmin
docker-multi-wordpress
Run multiple WordPress Docker containers with NGINX Proxy, LetsEncrypt and PHP Composer
Stars: ✭ 63 (+270.59%)
Mutual labels:  composer
ACCESS-NYC
Find help in NYC with food, money, housing, work, and more on ACCESS NYC. Maintained by @NYCOpportunity
Stars: ✭ 27 (+58.82%)
Mutual labels:  composer
kubernetes-examples
A bunch of examples of how to deploy things on kubernetes
Stars: ✭ 34 (+100%)
Mutual labels:  phpmyadmin
stock-api-libphp
PHP implementation of the Stock APIs
Stars: ✭ 16 (-5.88%)
Mutual labels:  composer
docker-laravel-8
A simple Docker - Laravel 8 - MySQL - Redis - PHPAdmin - NGINX - PHP 7.4 - Composer - Artisan - XDebug
Stars: ✭ 130 (+664.71%)
Mutual labels:  composer
autoload
Aplus Framework Autoload Library
Stars: ✭ 18 (+5.88%)
Mutual labels:  composer
package-command
Lists, installs, and removes WP-CLI packages.
Stars: ✭ 16 (-5.88%)
Mutual labels:  composer
drupal-dev-docker
An opinionated Drupal development environment based on Docker.
Stars: ✭ 22 (+29.41%)
Mutual labels:  composer
ip
Immutable value object for IPv4 and IPv6 addresses, including helper methods and Doctrine support.
Stars: ✭ 212 (+1147.06%)
Mutual labels:  composer
private-packagist-api-client
Private Packagist API Client
Stars: ✭ 28 (+64.71%)
Mutual labels:  composer

c9phplaravel

This script installs PHP 7.3 and required extensions and Laravel in Cloud9

How to install?

  1. Run git clone to clone the repository to your workspace: git clone https://github.com/obuxim/c9phplaravel.git
  2. cd to the directory: cd c9phplaravel
  3. Make the installer executable: chmod +x install.sh
  4. Run the installer: ./install.sh

It's done. Now you can go to your preview link of c9 workspace and /phpmyadmin.

What are the files going to be installed?

  1. PHP7.3
  2. PHP7.3-Common
  3. PHP7.3-FPM
  4. PHP7.3-Mbstring
  5. PHP7.3-Xml
  6. PHP7.3-Zip
  7. PHP7.3-gd
  8. PHP7.3-mysql
  9. PHP7.3-pgsql
  10. MYSQL Server
  11. phpMyAdmin

What are the post installation scripts being triggered?

  1. Installing Composer
  2. Installing Laravel Installer
  3. Creating new Laravel project in your workspace directory.
  4. Changing apache php version from 5.5 to 7.3
  5. Changing the root working directory of apache server to /public instead of workspace directory which causes the Laravel homepage to be viewed without using /public in URL
  • This script is only useful for Cloud9 servers. Don't use it in any regular linux distribution and if you do so I take no responsibilities for breaking your Operating System from working.

IMPORTANT NOTICE: Don't run the script as sudo in Cloud9

You can give a star if you like the script.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].