Skip to content

Commit

Permalink
Importing brand new cleaned app with new package installed
Browse files Browse the repository at this point in the history
  • Loading branch information
RTippin committed Dec 9, 2020
1 parent 102b7ec commit 643c32d
Show file tree
Hide file tree
Showing 286 changed files with 5,436 additions and 39,633 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.{yml,yaml}]
indent_size = 2
31 changes: 14 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,35 +1,32 @@
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.editorconfig
.phpunit.result.cache
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/public/hot
/public/pma
/public/js
/storage/*.key
/storage
/vendor
/.idea
/public/css/app.css
/public/css/dark.css
/public/css/messages.css
/public/css/calls.css


/public/css
/public/mix-manifest.json
npm-debug.log
yarn-error.log
Homestead.json
Homestead.yaml
.env
laravel-echo-server.json
laravel-echo-server.lock
_ide_helper.php
/public/uploads/
.phpstorm.meta.php
.phpunit.result.cache
/public/uploads/

#\.env\.example

/storage/framework/views

# OSX
#
.DS_Store

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Tippin's Messenger Demo (Major overhaul coming soon)
Laravel 7 messenger demo app by Richard Tippin. Working to release this messenger as a package for use with laravel. This is a fully featured stand alone app you can use as a demo or extract my source to fit your needs.

I will be starting to update this project with an entire new backend by mid December. If you wish to see my OG project and install docs, please refer to my alpha branch:

### Archived alpha [Archive](https://github.com/RTippin/messenger-demo/tree/alpha-archive)

### Checkout the [LIVE DEMO](https://tippindev.com)
# rtippin/messenger demo app

## Checkout the [LIVE DEMO](https://tippindev.com) (https://tippindev.com)

### Please see the main package repo for more information: [rtippin/messenger](https://github.com/RTippin/messenger)
39 changes: 0 additions & 39 deletions app/Broadcasting/CallChannel.php

This file was deleted.

32 changes: 0 additions & 32 deletions app/Broadcasting/ModelChannel.php

This file was deleted.

39 changes: 0 additions & 39 deletions app/Broadcasting/ThreadChannel.php

This file was deleted.

55 changes: 0 additions & 55 deletions app/Console/Commands/MessengerCheck.php

This file was deleted.

90 changes: 0 additions & 90 deletions app/Console/Commands/MessengerDevMock.php

This file was deleted.

Loading

0 comments on commit 643c32d

Please sign in to comment.