Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-5.6-complete-install-cloud9-c9 maintained by dev-nowornet

Description
Complete, fast and easy install of laravel 5.6 on a new instance of Cloud9 workspace.
Last update
2019/05/15 22:22 (dev-master)
License
Links
Downloads
11

Comments
comments powered by Disqus

Written with StackEdit.

Laravel 5.8 Complete Installation Cloud9 C9

ONE - Create workspace

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

TWO - install Laravel 5.8 environement and app

Use this command in one line on the cloud9 workspace console:

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

PHPMYADMIN - ADDED VERSION : if you wish a beta forced phpmyadmin version, use this command instead:

wget "https://raw.githubusercontent.com/dev-nowornet/Laravel-5.8-Complete-Installation-Cloud9-C9/master/beta.sh" && bash beta.sh

THREE - install and configure database

https://github.com/dev-nowornet/Laravel-5.8-Complete-Installation-Cloud9-C9/raw/master/111.png https://github.com/dev-nowornet/Laravel-5.8-Complete-Installation-Cloud9-C9/raw/master/222.png https://github.com/dev-nowornet/Laravel-5.8-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.