Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 7fdb966

Browse files
authored
Merge pull request #40 from PhpSlides/dev
Rearranged template to v1.3.5
2 parents 2bb3f35 + 7595e2e commit 7fdb966

File tree

21 files changed

+162
-157
lines changed

21 files changed

+162
-157
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
APP_NAME=PhpSlides
2-
APP_VERSION=1.3.4
2+
APP_VERSION=1.3.5
33
APP_ENV=development
44
APP_URL=http://localhost
55
JWT_SECRET=

LICENSE

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
Custom License Based on MIT
1+
MIT License
22

3-
Copyright (c) 2023 Dave Conco - The PhpSlides Framework
3+
Copyright (c) 2024 The PhpSlides Framework
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to use
7-
the Software strictly for personal, non-commercial purposes, subject to the following conditions:
8-
9-
- Redistribution, modification, merging, publishing, sublicensing, and/or selling copies of the Software are strictly prohibited.
10-
- The Software, in whole or in part, may not be copied, cloned, or incorporated into other software or projects.
11-
- The Software, in whole or in part, may not be used for any commercial purposes without the explicit written permission of the copyright holder.
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
1211

1312
The above copyright notice and this permission notice shall be included in all
1413
copies or substantial portions of the Software.
1514

1615
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1716
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18-
FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
20-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2120
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22-
SOFTWARE.
21+
SOFTWARE.

app/Controller/Api/.gitignore

Whitespace-only changes.

app/Forgery/SchemaDb/Customers/3-email

Lines changed: 0 additions & 4 deletions
This file was deleted.

app/Forgery/SchemaDb/Customers/4-password

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/Forgery/SchemaDb/Customers/Customers.php

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
namespace Forgery\SchemaDb\Users;
4+
5+
use PhpSlides\Database\Database;
6+
7+
class Users extends Database
8+
{
9+
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
TYPE => VARCHAR
22
LENGTH => 50
3-
INDEX => TRUE
4-
NULL => FALSE
3+
NULL => FALSE
4+
INDEX => TRUE
File renamed without changes.

0 commit comments

Comments
 (0)