forked from RTippin/messenger-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Importing brand new cleaned app with new package installed
- Loading branch information
Showing
286 changed files
with
5,436 additions
and
39,633 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.