]> _ Git - psq.git/commit
created tool + nova
authorLouis Jeckel <louis.jeckel@outlook.cm>
Mon, 6 Apr 2020 11:22:05 +0000 (13:22 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Mon, 6 Apr 2020 11:22:05 +0000 (13:22 +0200)
commit1b094eca9896bba74b52bee21cfcb9a8c38f0d8f
tree7bd80d0e4f29b5251770f880986d7d6ad1d3ce4a
parentefb46f015e72f6881469156d36e065a2efa45c3b
created tool + nova
62 files changed:
.idea/composerJson.xml [new file with mode: 0644]
.idea/deployment.xml [new file with mode: 0644]
.idea/inspectionProfiles/Project_Default.xml [new file with mode: 0644]
.idea/jsLibraryMappings.xml [new file with mode: 0644]
.idea/lettre-pharma.iml [new file with mode: 0644]
.idea/misc.xml [new file with mode: 0644]
.idea/modules.xml [new file with mode: 0644]
.idea/php.xml [new file with mode: 0644]
.idea/vcs.xml [new file with mode: 0644]
app/Nova/Admin.php [new file with mode: 0644]
app/Nova/EmailBatch.php [new file with mode: 0644]
app/Nova/Organization.php [new file with mode: 0644]
app/Nova/PdfFile.php [new file with mode: 0644]
app/Nova/Resource.php [new file with mode: 0644]
app/Nova/SearchableText.php [new file with mode: 0644]
app/Nova/TrackedLink.php [new file with mode: 0644]
app/Nova/User.php [new file with mode: 0644]
app/Providers/NovaServiceProvider.php [new file with mode: 0644]
composer.json
composer.lock
config/app.php
config/auth.php
config/nova.php [new file with mode: 0644]
nova-components/PublishLetter/.gitignore [new file with mode: 0644]
nova-components/PublishLetter/composer.json [new file with mode: 0644]
nova-components/PublishLetter/dist/css/tool.css [new file with mode: 0644]
nova-components/PublishLetter/dist/js/tool.js [new file with mode: 0644]
nova-components/PublishLetter/dist/mix-manifest.json [new file with mode: 0644]
nova-components/PublishLetter/package.json [new file with mode: 0644]
nova-components/PublishLetter/resources/js/components/Tool.vue [new file with mode: 0644]
nova-components/PublishLetter/resources/js/tool.js [new file with mode: 0644]
nova-components/PublishLetter/resources/sass/tool.scss [new file with mode: 0644]
nova-components/PublishLetter/resources/views/navigation.blade.php [new file with mode: 0644]
nova-components/PublishLetter/routes/api.php [new file with mode: 0644]
nova-components/PublishLetter/src/Http/Middleware/Authorize.php [new file with mode: 0644]
nova-components/PublishLetter/src/PublishLetter.php [new file with mode: 0644]
nova-components/PublishLetter/src/ToolServiceProvider.php [new file with mode: 0644]
nova-components/PublishLetter/webpack.mix.js [new file with mode: 0644]
package-lock.json
package.json
public/vendor/nova/app.css [new file with mode: 0644]
public/vendor/nova/app.js [new file with mode: 0644]
public/vendor/nova/manifest.js [new file with mode: 0644]
public/vendor/nova/mix-manifest.json [new file with mode: 0644]
public/vendor/nova/vendor.js [new file with mode: 0644]
resources/js/app.js
resources/lang/vendor/nova/en.json [new file with mode: 0644]
resources/lang/vendor/nova/en/validation.php [new file with mode: 0644]
resources/views/layouts/app.blade.php
resources/views/vendor/nova/partials/footer.blade.php [new file with mode: 0644]
resources/views/vendor/nova/partials/logo.blade.php [new file with mode: 0644]
resources/views/vendor/nova/partials/meta.blade.php [new file with mode: 0644]
resources/views/vendor/nova/partials/user.blade.php [new file with mode: 0644]
routes/web.php
vuetify-loader/node_modules/file-loader/CHANGELOG.md [new file with mode: 0644]
vuetify-loader/node_modules/file-loader/LICENSE [new file with mode: 0644]
vuetify-loader/node_modules/file-loader/README.md [new file with mode: 0644]
vuetify-loader/node_modules/file-loader/dist/cjs.js [new file with mode: 0644]
vuetify-loader/node_modules/file-loader/dist/index.js [new file with mode: 0644]
vuetify-loader/node_modules/file-loader/dist/options.json [new file with mode: 0644]
vuetify-loader/node_modules/file-loader/package.json [new file with mode: 0644]
webpack.mix.js