Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a55be86

Browse files
committedJan 2, 2024
updated
0 parents  commit a55be86

Some content is hidden

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

43 files changed

+2774
-0
lines changed
 

‎.env

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
APP_NAME = 'PhpSlides'
2+
APP_VERSION = '1.0.0'
3+
APP_SERVER = 'localhost'
4+
5+
## DATABASE INFO
6+
DB_USER = 'root'
7+
DB_PASS = 'root'
8+
DB_HOST = 'localhost'
9+
DB_BASE = 'php_slides'
10+
11+
## MAILER INFO

‎.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/node_modules
2+
/vendor
3+
/.idea
4+
/.vscode
5+
composer.lock
6+
access_log
7+
.log

0 commit comments

Comments
 (0)
Please sign in to comment.