dev-nowornet/laravel-5.6-complete-installation-cloud9-c9

Complete, fast and easy installation of laravel 5.6 on a new instance of Cloud9 workspace. FOR DEVELOPMENT ONLY!


License
MIT

Documentation

Written with StackEdit.

Laravel 5.6 Complete Installation Cloud9 C9

ONE - Create workspace

https://github.com/dev-nowornet/Laravel-5.6-Complete-Installation-Cloud9-C9/raw/master/workspace.png https://github.com/dev-nowornet/Laravel-5.6-Complete-Installation-Cloud9-C9/raw/master/create.png

TWO - install Laravel 5.6 environement and app

wget "https://raw.githubusercontent.com/dev-nowornet/Laravel-5.6-Complete-Installation-Cloud9-C9/master/laravel.sh"

bash laravel.sh

THREE - install and configure database

https://github.com/dev-nowornet/Laravel-5.6-Complete-Installation-Cloud9-C9/raw/master/111.png https://github.com/dev-nowornet/Laravel-5.6-Complete-Installation-Cloud9-C9/raw/master/222.png https://github.com/dev-nowornet/Laravel-5.6-Complete-Installation-Cloud9-C9/raw/master/333.png

Total installation will take about 5 minutes which is normal. It will also create auth scaffolding and make the first migration.

PHPMYADMIN credentials are: root and no password.

FOR DEVELOPMENT ONLY!