From 7c967940f946bad82b7424bc715ad4362fffa049 Mon Sep 17 00:00:00 2001 From: "cagri@fornaxstudio.com" Date: Sun, 22 Apr 2018 21:39:26 +0300 Subject: [PATCH] update docs for vagrant --- Homestead.dist.yaml | 10 +++++----- readme.md | 18 +++++------------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/Homestead.dist.yaml b/Homestead.dist.yaml index 4261453..333eaa2 100644 --- a/Homestead.dist.yaml +++ b/Homestead.dist.yaml @@ -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 @@ -13,12 +13,12 @@ keys: - ~/.ssh/id_rsa folders: - - map: "/Users//Projects/laravel-doctrine-project" - to: "/home/vagrant/laravel-doctrine-project" + - map: "/Users//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 diff --git a/readme.md b/readme.md index e853026..7a1fd55 100644 --- a/readme.md +++ b/readme.md @@ -1,14 +1,11 @@ -# Doctrine Laravel Project +

+ +

-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 @@ -23,8 +20,6 @@ Included are the following: * Environment Loader * HTML Builder * Homestead - * Twig - * Twig Extensions ## Entities @@ -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 @@ -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`