Skip to content

Commit

Permalink
update docs for vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
bencagri committed Apr 22, 2018
1 parent c027743 commit 7c96794
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
10 changes: 5 additions & 5 deletions Homestead.dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
ip: "192.168.10.150"
memory: 2048
cpus: 2
hostname: laravel-doctrine-project
name: laravel-doctrine-project
hostname: dngo-project
name: dngo-project
provider: virtualbox
mariadb: true

Expand All @@ -13,12 +13,12 @@ keys:
- ~/.ssh/id_rsa

folders:
- map: "/Users/<user>/Projects/laravel-doctrine-project"
to: "/home/vagrant/laravel-doctrine-project"
- map: "/Users/<user>/Projects/dngo-project"
to: "/home/vagrant/dngo-project"

sites:
- map: homestead.app
to: "/home/vagrant/laravel-doctrine-project/public"
to: "/home/vagrant/dngo-project/public"

databases:
- homestead
Expand Down
18 changes: 5 additions & 13 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Doctrine Laravel Project
<p align="center">
<img src="https://steemitimages.com/DQmb9Y6u1JEWetJi3TMsk35UjXgWvgWAom4p9qGCF9Bex5p/dngo-hq-logo.png" />
</p>

A kick-starter project that pre-configures Doctrine, Twig, behaviours and some other stuff
because bootstrapping projects with the same requirements is tedious.
# DNGO Books Project

Use this to kick-start a Doctrine based Laravel app.

* 1.X Laravel 5.2.* based project
* 2.X Laravel 5.3.* based project
* 3.X Laravel 5.4.* based project

Included are the following:

* Barryvdh Debugbar
Expand All @@ -23,8 +20,6 @@ Included are the following:
* Environment Loader
* HTML Builder
* Homestead
* Twig
* Twig Extensions

## Entities

Expand All @@ -33,9 +28,6 @@ The default namespace is "App".
The following entities and matching repositories are provided, together with YAML mapping
files, pre-configured:

* Address
* Country
* Organization
* Permission
* Role
* User
Expand Down Expand Up @@ -66,7 +58,7 @@ The User and Organization entities support Domain Events:

## Getting Started

* `composer create-project somnambulist/laravel-doctrine-project my-project`
* `composer create-project dngo-io/books dngo-project`
* setup your database settings / configure the other options
* `./artisan doctrine:schema:validate`
* `./artisan doctrine:schema:create`
Expand Down

0 comments on commit 7c96794

Please sign in to comment.