Skip to content

Commit 16ce9fb

Browse files
committed
update
1 parent 623b416 commit 16ce9fb

File tree

597 files changed

+642
-63419
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

597 files changed

+642
-63419
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
APP_NAME=Qaravel
22
APP_ENV=local
3-
APP_KEY=base64:WxtI6bGfS2nBHzH5VCosFroXjrDpNnrbfEIeyMea0xI=
3+
APP_KEY=base64:WxtI6bGfS2nBHzH5VCosFroXjrDpNnrbfEIeyMea0xIr=
44
APP_DEBUG=true
55
APP_URL=http://qaravel.gomedia
66

.env.frontend

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# This is your .env file
22
# The data added here will be propagated to the client
33
# example:
4-
# PORT=9001
4+
# PORT=9000
55
APP_ENV=Development
6-
APP_NAME=qaravel
7-
API_URL=http://qaravel.gomedia/api/
6+
APP_NAME=Qaravel
7+
APP_DEBUG=true
8+
# API_MODE=token
9+
API_URL=http://qaravel.gomedia/api
810
COOKIE_URL=#

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ to attach them to the start of each source file to most effectively
290290
convey the exclusion of warranty; and each file should have at least
291291
the "copyright" line and a pointer to where the full notice is found.
292292

293-
ProFit28
293+
Qaravel
294294
Copyright (C) 2020 Web Developer & Designer
295295

296296
This program is free software; you can redistribute it and/or modify

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ProFit28 (profit28)
1+
# Qaravel (qaravel)
22

3-
Pro-FIT28 | Fitness & Wellbeing Centre | Farsley, Leeds, LS28 5LY
3+
Qaravel is a Combination of Laravel and Quasar
44

55
## 1. Add FontAwesome pro key
66

@@ -29,8 +29,8 @@ allowed to perform. Please check laravel default
2929
[sanctum configuration](https://laravel.com/docs/9.x/sanctum#spa-authentication)
3030

3131
```bash
32-
SANCTUM_STATEFUL_DOMAINS=profit28.gomedia:9000 (for local you have to include your port)
33-
SESSION_DOMAIN=.profit28.gomedia
32+
SANCTUM_STATEFUL_DOMAINS=qaravel.gomedia:9000 (for local you have to include your port)
33+
SESSION_DOMAIN=.qaravel.gomedia
3434
```
3535

3636
## 5. Migrate the Database
@@ -41,7 +41,7 @@ Add your database details on .env
4141
DB_CONNECTION=mysql
4242
DB_HOST=127.0.0.1
4343
DB_PORT=3306
44-
DB_DATABASE=profit28
44+
DB_DATABASE=qaravel
4545
DB_USERNAME=root
4646
DB_PASSWORD=toor
4747
```
@@ -61,22 +61,22 @@ c:\windows\system32\drivers\etc\hosts
6161
Then add thoes line at the bottom and save as admin.
6262

6363
```
64-
127.0.0.1 api.profit28.gomedia
65-
127.0.0.1 app.profit28.gomedia
64+
127.0.0.1 api.qaravel.gomedia
65+
127.0.0.1 app.qaravel.gomedia
6666
```
6767

6868
### 7. Start the app in development mode (hot-code reloading, error reporting, etc.)
6969

7070
> Only for windows user
7171
7272
```
73-
php artisan serve --host=api.profit28.gomedia --port=80
73+
php artisan serve --host=api.qaravel.gomedia --port=80
7474
```
7575

7676
Change your api url from .env.frontend.dev
7777

7878
```
79-
API_URL=http://api.profit28.gomedia
79+
API_URL=http://api.qaravel.gomedia
8080
```
8181

8282
```bash

app/Console/Commands/CheckBlockUser.php

-47
This file was deleted.

app/Console/Kernel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Kernel extends ConsoleKernel
2424
*/
2525
protected function schedule(Schedule $schedule)
2626
{
27-
$schedule->command('check:block-user')->everyMinute();
27+
// $schedule->command('check:block-user')->everyMinute();
2828
}
2929

3030
/**

app/Events/UserStatusUpdated.php

-42
This file was deleted.

0 commit comments

Comments
 (0)