Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahalsamman committed Mar 31, 2024
1 parent 14776ea commit c0bbf42
Show file tree
Hide file tree
Showing 7 changed files with 138 additions and 5,340 deletions.
27 changes: 27 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
APP_NAME="laravellte"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://laravellte.test

BUGSNAG_API_KEY=

LOG_CHANNEL=stack

DB_CONNECTION=sqlite

BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=redis
SESSION_DRIVER=file
SESSION_LIFETIME=120

MAIL_DRIVER=smtp
MAIL_HOST=
MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=tls

MAIL_FROM_ADDRESS=[email protected]
MAIL_FROM_NAME="laravellte"
6 changes: 1 addition & 5 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ BUGSNAG_API_KEY=

LOG_CHANNEL=stack

DB_CONNECTION=mysql
DB_HOST=localhost
DB_DATABASE=laravellte
DB_USERNAME=homestead
DB_PASSWORD=secret
DB_CONNECTION=sqlite

BROADCAST_DRIVER=log
CACHE_DRIVER=file
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
/public/hot
/public/storage
/storage/*.key
.env
vendor/
.phpunit.result.cache
npm-debug.log
Expand Down
1 change: 0 additions & 1 deletion database/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
*.sqlite
*.sqlite-journal
2 changes: 1 addition & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Livewire from '../../vendor/livewire/livewire/dist/livewire.esm';
import {Livewire} from '../../vendor/livewire/livewire/dist/livewire.esm';
import axios from 'axios'

window.axios = axios
Expand Down
5 changes: 1 addition & 4 deletions start.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
yarn dev &
php artisan optimize:clear
while true; do
php artisan queue:work database --timeout=999999
done;
php artisan optimize:clear
5,436 changes: 108 additions & 5,328 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit c0bbf42

Please sign in to comment.