Skip to content

Commit

Permalink
not complete yet
Browse files Browse the repository at this point in the history
  • Loading branch information
sayadaazami committed Jan 8, 2017
1 parent 4bc4375 commit 0a4f2d7
Show file tree
Hide file tree
Showing 23 changed files with 92 additions and 548 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 Bosnadev
Copyright (c) 2014 Mammutgroup

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[![Build Status](https://travis-ci.org/Bosnadev/Database.svg?branch=master)](https://travis-ci.org/Bosnadev/Database)
[![Build Status](https://travis-ci.org/Mammutgroup/Database.svg?branch=master)](https://travis-ci.org/Mammutgroup/Database)


Laravel-Postgres-Extended
Laravel-Mysql-Extended
=========================

An extended PostgreSQL driver for Laravel 5 with support for some aditional PostgreSQL data types: hstore, uuid, geometric types (point, path, circle, line, polygon...)

## Getting Started
### Laravel 5.2
1. Run `composer require bosnadev/database` in your project root directory.
2. Add `Bosnadev\Database\DatabaseServiceProvider::class` to `config/app.php`'s `providers` array.
1. Run `composer require Mammutgroup/database` in your project root directory.
2. Add `Mammutgroup\Database\DatabaseServiceProvider::class` to `config/app.php`'s `providers` array.

Then you are done.

### Lumen 5.*
1. Run `composer require bosnadev/database` in your project root directory.
2. Add `$app->register(Bosnadev\Database\DatabaseServiceProvider::class);` to `bootstrap/app.php` (under the "Register Service Providers" section)
1. Run `composer require Mammutgroup/database` in your project root directory.
2. Add `$app->register(Mammutgroup\Database\DatabaseServiceProvider::class);` to `bootstrap/app.php` (under the "Register Service Providers" section)
3. Uncomment the line `$app->withEloquent();` in `bootstrap/app.php`
1 change: 0 additions & 1 deletion codeclimate.json

This file was deleted.

4 changes: 0 additions & 4 deletions codeclimate.sh

This file was deleted.

8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "mammutgroup/database",
"name": "Mammutgroup/database",
"description": "Eloquent Extended, added some PostgreSQL features",
"keywords": ["laravel", "eloquent", "database", "postgresql", "database"],
"license": "MIT",
"homepage": "https://bosnadev.com",
"homepage": "https://Mammutgroup.com",
"authors": [
{
"name": "Mirza Pasic",
"email": "mirza@bosnadev.com"
"email": "mirza@Mammutgroup.com"
},
{
"name": "Peter Haza",
Expand All @@ -26,7 +26,7 @@
},
"autoload": {
"psr-4": {
"Bosnadev\\Database\\": "src/Bosnadev/Database/"
"Mammutgroup\\Database\\": "src/Mammutgroup/Database/"
}
},
"autoload-dev": {
Expand Down
59 changes: 0 additions & 59 deletions src/Bosnadev/Database/PostgresConnection.php

This file was deleted.

77 changes: 0 additions & 77 deletions src/Bosnadev/Database/Query/Grammars/PostgresGrammar.php

This file was deleted.

Loading

0 comments on commit 0a4f2d7

Please sign in to comment.