Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alenoosh committed Jul 5, 2015
2 parents fcabb92 + 64ce43d commit 58c9c26
Show file tree
Hide file tree
Showing 93 changed files with 1,106 additions and 7 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "serverfireteam/rapyd-laravel",
"description": "crud widgets for laravel 4, to make an admin in few lines of code",
"homepage": "https://github.com/zofe/rapyd-laravel",
"description": "crud widgets for laravel 5.1, to make an admin in few lines of code",
"homepage": "https://github.com/serverfireteam/rapyd-laravel",
"keywords": ["laravel", "crud", "rapyd", "administrator", "admin", "backend", "datatable", "form"],
"authors": [
{
Expand All @@ -11,7 +11,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.0",
"illuminate/support": "~5.1",
"illuminate/html": "~5.0",
"intervention/image": "2.*"
},
Expand Down
3 changes: 3 additions & 0 deletions public/assets/tinymce/langs/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is where language files should be placed.

Please DO NOT translate these directly use this service: https://www.transifex.com/projects/p/tinymce/
504 changes: 504 additions & 0 deletions public/assets/tinymce/license.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/assets/tinymce/plugins/advlist/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/assets/tinymce/plugins/anchor/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/assets/tinymce/plugins/autolink/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/assets/tinymce/plugins/autoresize/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/assets/tinymce/plugins/autosave/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/assets/tinymce/plugins/bbcode/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/assets/tinymce/plugins/charmap/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/assets/tinymce/plugins/code/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 58c9c26

Please sign in to comment.