Skip to content

Commit aaf9c0c

Browse files
committed
dashboard layout
2 parents b8e4381 + 1bb4f27 commit aaf9c0c

File tree

808 files changed

+213573
-17
lines changed

Some content is hidden

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

808 files changed

+213573
-17
lines changed

.env

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
APP_ENV=local
2+
APP_DEBUG=true
3+
APP_KEY=xCmhjfsN4BKkNwtpOdrmYMLbAHJia1IH
4+
5+
DB_HOST=localhost
6+
DB_DATABASE=homestead
7+
DB_USERNAME=root
8+
DB_PASSWORD=
9+
10+
CACHE_DRIVER=file
11+
SESSION_DRIVER=file
12+
QUEUE_DRIVER=sync
13+
14+
MAIL_DRIVER=smtp
15+
MAIL_HOST=mailtrap.io
16+
MAIL_PORT=2525
17+
MAIL_USERNAME=null
18+
MAIL_PASSWORD=null
19+
MAIL_ENCRYPTION=null

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
.env

.idea/workspace.xml

Lines changed: 213 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/Http/Controllers/ControllerZakaria.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
namespace App\Http\Controllers;
1010

1111

12+
1213
class ControllerZakaria extends Controller{
1314

1415
public function login(){

0 commit comments

Comments
 (0)