Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikeerickson/vagrant-laravel

Quick Start Vagrant w/ Laravel
https://github.com/mikeerickson/vagrant-laravel

Last synced: 15 days ago
JSON representation

Quick Start Vagrant w/ Laravel

Awesome Lists containing this project

README

        

## Vagrant Laravel

A base Laravel application for use with Vagrant, services include:

* Apache2, MySQL 5.5, PHP 5.5, xDebug 2.2
- http://localhost:5472
* Base Migration and Seed file (sample Customer table)
- http://localhost:5472/customers
* PHP Info Page
- http://localhost:5472/info
* Laravel Project includes
- [Jeffrey Way / Generators](https://github.com/JeffreyWay/Laravel-4-Generators)
- [Darsain / Laravel Console](https://github.com/Darsain/laravel-console/tree/master)
* http://localhost:5472/console

### Laracasts Videos
For more detailed information on using Vagrant and integration with Laravel, please visit [Laracasts](http://www.laracasts.com) two execellent videos.

* [Vagrant Simplified](https://laracasts.com/lessons/vagrant-simplified)
* [Vagrant and Laravel](https://laracasts.com/lessons/vagrant-and-laravel)

## Bugs & Additions

Have a bug or want to add something? Please create an issue or a pull request right here.

[https://github.com/mikeerickson/vagrant-laravel](https://github.com/mikeerickson/vagrant-laravel)

## Authors

**Mike Erickson**

+ [http://twitter.com/codedungeon](http://twitter.com/codedungeon)
+ [http://github.com/mikeerickson](http://github.com/mikeerickson)
+ [http://www.codedungeon.org](http://www.codedungeon.org)

## Copyright and License

Copyright 2013 Mike Erickson.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this work except in compliance with the License.
You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.