Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikeerickson/vagrant-laravel
- Owner: mikeerickson
- License: mit
- Created: 2013-10-30T17:37:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-24T03:52:50.000Z (almost 11 years ago)
- Last Synced: 2023-04-10T14:43:30.980Z (over 1 year ago)
- Language: PHP
- Size: 4.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.