Skip to content

Commit

Permalink
markdown editor
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Nov 25, 2023
1 parent e26e875 commit fad2c87
Show file tree
Hide file tree
Showing 92 changed files with 919 additions and 5,520 deletions.
9 changes: 9 additions & 0 deletions app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,13 @@ public function index(Request $request)
->with('controls', $controls)
;
}

public function test(Request $request) {

$domain = DB::table('domains')->first();

return view('test')
->with('domain',$domain);
}

}
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"laravel/tinker": "^2.8",
"laravel/ui": "^4.2",
"maatwebsite/excel": "^3.1",
"michelf/php-markdown": "^2.0",
"phpoffice/phpword": "^1.1.0"
},
"require-dev": {
Expand Down
1,387 changes: 821 additions & 566 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"doc": "docs"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"accepts": "^1.3.8",
"acorn": "^8.8.2",
"acorn-import-assertions": "^1.8.0",
Expand Down Expand Up @@ -451,6 +452,7 @@
"shellwords": "^0.1.1",
"side-channel": "^1.0.4",
"signal-exit": "^3.0.7",
"simplemde": "^1.11.2",
"slash": "^3.0.0",
"sockjs": "^0.3.24",
"source-list-map": "^2.0.1",
Expand Down
17 changes: 17 additions & 0 deletions public/css/all.css

Large diffs are not rendered by default.

13 changes: 1 addition & 12 deletions public/js/all.js

Large diffs are not rendered by default.

21 changes: 0 additions & 21 deletions public/vendors/ckeditor/LICENSE.md

This file was deleted.

9 changes: 0 additions & 9 deletions public/vendors/ckeditor/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions public/vendors/ckeditor/ckeditor.js

This file was deleted.

1 change: 0 additions & 1 deletion public/vendors/ckeditor/ckeditor.js.map

This file was deleted.

122 changes: 0 additions & 122 deletions public/vendors/ckeditor/index.html

This file was deleted.

Loading

0 comments on commit fad2c87

Please sign in to comment.