Skip to content

Commit 33a329e

Browse files
committed
Update description
1 parent 194741f commit 33a329e

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_NAME="Tapp Laravel SaaS Starter Kit"
1+
APP_NAME="Tapp Laravel Starter Kit"
22
APP_ENV=local
33
APP_KEY=
44
APP_DEBUG=true

.env.testing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_NAME="Tapp Laravel SaaS Starter Kit"
1+
APP_NAME="Tapp Laravel Starter Kit"
22
APP_ENV=testing
33
APP_KEY=
44
APP_DEBUG=true

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<picture>
22
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/TappNetwork/laravel-starter-kit/main/art/logo_dark.png">
3-
<img alt="Tapp Laravel 12 SaaS Starter Kit Light Logo" src="https://raw.githubusercontent.com/TappNetwork/laravel-starter-kit/main/art/logo_light.png">
3+
<img alt="Tapp Laravel 12 Starter Kit Light Logo" src="https://raw.githubusercontent.com/TappNetwork/laravel-starter-kit/main/art/logo_light.png">
44
</picture>
55

6-
# Tapp Laravel 12 SaaS Starter Kit
6+
# Tapp Laravel 12 Starter Kit
77

88
Key features include:
99
- Pre-configured User architecture (Model, Policy, Factory, Migration, and Seeder)
@@ -101,7 +101,7 @@ and also an "Administrator" role and user permissions.
101101

102102
## Contributing
103103

104-
Thank you for considering contributing to the Tapp Laravel SaaS Starter Kit!
104+
Thank you for considering contributing to the Tapp Laravel Starter Kit!
105105

106106
## Security Vulnerabilities
107107

art/logo_dark.png

-1.56 KB
Loading

art/logo_light.png

-2.12 KB
Loading

resources/views/app.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

8-
<title>Tapp Laravel SaaS Starter Kit</title>
8+
<title>Tapp Laravel Starter Kit</title>
99

1010
<link rel="canonical" href="{{ url()->current() }}">
1111

@@ -23,10 +23,10 @@
2323
{
2424
"@context": "https://schema.org",
2525
"@type": "SoftwareApplication",
26-
"name": "Tapp Laravel SaaS Starter Kit",
26+
"name": "Tapp Laravel Starter Kit",
2727
"url": "https://github.com/TappNetwork/laravel-starter-kit",
2828
"image": "https://github.com/TappNetwork/laravel-starter-kit/images/og.png",
29-
"description": "Tapp Laravel SaaS Starter Kit.",
29+
"description": "Tapp Laravel Starter Kit.",
3030
"applicationCategory": "DeveloperTool",
3131
"operatingSystem": "All",
3232
"offers": {

resources/views/welcome.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
@section('content')
44
<div class="container mx-auto px-4 py-16">
55
<div class="text-center w-full mb-10">
6-
<img class="mx-auto w-2/5" src="/images/tapp_starter_kit.png" alt="Tapp Laravel SaaS Starter Kit" />
6+
<img class="mx-auto w-2/5" src="/images/tapp_starter_kit.png" alt="Tapp Laravel Starter Kit" />
77
</div>
88

9-
<h1 class="text-4xl font-bold text-center mb-8">Welcome to Tapp Laravel SaaS Starter Kit</h1>
9+
<h1 class="text-4xl font-bold text-center mb-8">Welcome to Tapp Laravel Starter Kit</h1>
1010

1111
<div class="max-w-3xl mx-auto bg-white dark:bg-gray-800 rounded-lg shadow-md p-8">
1212
<p class="text-lg mb-4">
13-
A modern, production-ready starter kit for SaaS applications built on the powerful TALL stack
13+
A modern, production-ready starter kit for applications built on the powerful TALL stack
1414
(TailwindCSS, Alpine.js, Laravel, Livewire).
1515
</p>
1616

0 commit comments

Comments
 (0)