Skip to content

skinnyandbald/laravel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel

Build and deploy a simple setup for a Laravel app on devo.ps.

Install

Simply use the link below:

Fork on devo.ps

Once you've forked the repository, open it in devo.ps and you will be prompted for a few settings, including the Git URL for the code of your application.

To deploy your app, you will need to navigate to the tasks page of the repo and run the task manually (click on "play" icon, right of the "Build Laravel app" task).

What's in the box?

This setup contains one server (nodes/laravel.yml) with Nginx, PHP 5.5 (with php-fpm and composer) and MySQL 5.5 (with a "laravel" user and a "larvel" database)

We have included as well a task (tasks/build-laravel.yml) that:

  1. Clone your laravel app from GitHub (set to scotch-io/laravel-angular-comment-app by default).
  2. Run a build script (scripts/build-laravel.sh) that will:
  3. Install laravel via composer, using the composer.json file if found,
  4. Write the configuration file (to connect it to MySQL),
  5. Migrate and seed the database with sample data.

The current repo provides a very simple setup. Hack at will!

Questions?

If you have any question, come ask us on the devo.ps chat or shoot us an email at help@devo.ps (though, you should really just ask us in the chat).

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published