Initial commit
Showing
with
2682 additions
and
385 deletions
.babelrc
0 → 100644
.eslintrc.js
0 → 100644
app/Account.php
0 → 100644
app/Contact.php
0 → 100644
app/Http/Controllers/ContactsController.php
0 → 100644
app/Http/Controllers/DashboardController.php
0 → 100644
app/Http/Controllers/ReportsController.php
0 → 100644
app/Http/Controllers/UsersController.php
0 → 100644
app/Http/Middleware/RememberQueryStrings.php
0 → 100644
app/Model.php
0 → 100644
app/Organization.php
0 → 100644
This diff is collapsed.
Click to expand it.
database/factories/ContactFactory.php
0 → 100644
database/factories/OrganizationFactory.php
0 → 100644
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
public/css/app.css
deleted
100644 → 0
This diff could not be displayed because it is too large.
public/js/app.js
deleted
100644 → 0
This diff could not be displayed because it is too large.
resources/css/app.css
0 → 100644
resources/css/buttons.css
0 → 100644
resources/css/form.css
0 → 100644
resources/css/nprogress.css
0 → 100644
resources/css/reset.css
0 → 100644
resources/css/spinner.css
0 → 100644
resources/js/Pages/Auth/Login.vue
0 → 100644
resources/js/Pages/Contacts/Create.vue
0 → 100644
resources/js/Pages/Contacts/Edit.vue
0 → 100644
resources/js/Pages/Contacts/Index.vue
0 → 100644
resources/js/Pages/Dashboard/Index.vue
0 → 100644
resources/js/Pages/Organizations/Create.vue
0 → 100644
resources/js/Pages/Organizations/Edit.vue
0 → 100644
resources/js/Pages/Organizations/Index.vue
0 → 100644
resources/js/Pages/Reports/Index.vue
0 → 100644
resources/js/Pages/Users/Create.vue
0 → 100644
resources/js/Pages/Users/Edit.vue
0 → 100644
resources/js/Pages/Users/Index.vue
0 → 100644
resources/js/Shared/Dropdown.vue
0 → 100644
resources/js/Shared/Icon.vue
0 → 100644
resources/js/Shared/Layout.vue
0 → 100644
resources/js/Shared/LoadingButton.vue
0 → 100644
resources/js/Shared/Logo.vue
0 → 100644
resources/js/Shared/MainMenu.vue
0 → 100644
resources/js/Shared/Pagination.vue
0 → 100644
resources/js/Shared/SearchFilter.vue
0 → 100644
resources/js/Shared/SelectInput.vue
0 → 100644
resources/js/Shared/TextInput.vue
0 → 100644
resources/js/Shared/TextareaInput.vue
0 → 100644
resources/js/Shared/TrashedMessage.vue
0 → 100644
resources/js/Utils/Errors.js
0 → 100644
resources/js/Utils/Form.js
0 → 100644
resources/js/bootstrap.js
deleted
100644 → 0
resources/sass/_variables.scss
deleted
100644 → 0
resources/sass/app.scss
deleted
100644 → 0
resources/views/app.blade.php
0 → 100644
resources/views/welcome.blade.php
deleted
100644 → 0
storage/debugbar/.gitignore
0 → 100644
tailwind.js
0 → 100644
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment