]> _ Git - psq.git/commit
algolia instantsearch
authorLouis Jeckel <louis.jeckel@outlook.cm>
Fri, 10 Apr 2020 17:08:04 +0000 (19:08 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Fri, 10 Apr 2020 17:08:04 +0000 (19:08 +0200)
commit6b620d785989d034682f1c833a0dd6468071ed24
tree9348fd31bedee338440720470009d53c8e2fa1a7
parent4d75481f0959ccdbf8bf52c9583f1b1d5f3f3b88
algolia instantsearch
35 files changed:
.idea/lettre-pharma.iml
.idea/php.xml
app/FileCollection.php
app/Http/Controllers/FileController.php [new file with mode: 0644]
app/Http/Controllers/FlowpaperController.php
app/Jobs/ProcessEmailBatch.php
app/Nova/Organization.php
app/Nova/User.php
app/PdfFile.php
app/PhpVars.php [new file with mode: 0644]
app/Policies/PdfFilePolicy.php [new file with mode: 0644]
app/Providers/AppServiceProvider.php
app/SearchableText.php
app/User.php
composer.json
composer.lock
config/scout.php [new file with mode: 0644]
database/migrations/2020_04_07_140454_add_columns_to_email_batches.php
database/migrations/2020_04_09_123936_add_page_column_to_searchable_texts.php [new file with mode: 0644]
database/migrations/2020_04_10_093007_update_fileds_users_table.php [new file with mode: 0644]
database/migrations/2020_04_10_094131_create_constraints.php [new file with mode: 0644]
database/migrations/2020_04_10_111345_add_free_col_to_pdf_files.php [new file with mode: 0644]
package-lock.json
package.json
public/css/app.css
public/js/app.js
resources/js/app.js
resources/js/components/FileSearch/FileHit.vue [new file with mode: 0644]
resources/js/components/FileSearch/FileInstantSearch.vue [new file with mode: 0644]
resources/js/components/Publish/Step1UploadFile.vue
resources/js/components/Publish/Step3Send.vue
resources/js/mixins/SearchMixin.js [new file with mode: 0644]
resources/views/layouts/app.blade.php
routes/channels.php
routes/web.php