Skip to content

Commit

Permalink
stable
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmpa committed Nov 23, 2022
1 parent 1fcefb9 commit 78945c8
Show file tree
Hide file tree
Showing 16 changed files with 89 additions and 90 deletions.
Empty file modified artisan
100644 → 100755
Empty file.
Empty file modified bootstrap/cache/.gitignore
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public function up()
$table->string('password');
$table->string('identification')->nullable();
$table->boolean('is_time_tracker_started')->default(0);
$table->integer('role_id')->nullable();
$table->rememberToken();
$table->timestamps();
});
Expand Down
152 changes: 63 additions & 89 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@
"tailwindcss": "^3.2.1",
"vite": "^3.0.0",
"vue": "^3.2.41"
},
"dependencies": {
"ag-grid-community": "^28.2.1",
"ag-grid-vue3": "^28.2.1"
}
}
20 changes: 20 additions & 0 deletions php.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
libapache2-mod-php8.1
php-cli
php-common
php8.1-cli
php8.1-common
php8.1-curl
php8.1-fpm
php8.1-gd
php8.1-mbstring
php8.1-mysql
php8.1-opcache
php8.1-readline
php8.1-xml
php8.1-zip
php8.1-cli
php8.1-common
php8.1-fpm
php8.1-opcache
php8.1-readline
php8.1
2 changes: 1 addition & 1 deletion resources/js/Components/ApplicationLogo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ const source = computed(() => props.src
</script>
<template>
<img :src="source" class="w-15 h-15" />

</template>
Empty file modified storage/app/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/app/public/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/framework/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/framework/cache/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/framework/cache/data/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/framework/sessions/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/framework/testing/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/framework/views/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/logs/.gitignore
100644 → 100755
Empty file.

0 comments on commit 78945c8

Please sign in to comment.