Compare changes
Some changes are not shown.
For a faster browsing experience, only 90 of 1000 files are shown. Download one of the files below to see all changes.
.editorconfig
0 → 100644
+18
−0
.env.example
0 → 100644
+58
−0
+10
−0
+78
−3
.htaccess
deleted100644 → 0
+0
−9
.idea/.gitignore
deleted100644 → 0
+0
−8
.idea/SL-Craft-Website.iml
deleted100644 → 0
+0
−10
.idea/codeStyles/Project.xml
deleted100644 → 0
+0
−10
.idea/codeStyles/codeStyleConfig.xml
deleted100644 → 0
+0
−5
.idea/dataSources.xml
deleted100644 → 0
+0
−13
.idea/deployment.xml
deleted100644 → 0
+0
−15
.idea/discord.xml
deleted100644 → 0
+0
−7
.idea/inspectionProfiles/Project_Default.xml
deleted100644 → 0
+0
−48
.idea/modules.xml
deleted100644 → 0
+0
−8
.idea/php.xml
deleted100644 → 0
+0
−6
.idea/sqldialects.xml
deleted100644 → 0
+0
−8
.idea/sshConfigs.xml
deleted100644 → 0
+0
−8
.idea/vcs.xml
deleted100644 → 0
+0
−6
.idea/webServers.xml
deleted100644 → 0
+0
−14
.styleci.yml
0 → 100644
+12
−0
README.md
0 → 100644
+64
−0
app/Console/Kernel.php
0 → 100644
+32
−0
app/Exceptions/Handler.php
0 → 100644
+50
−0
app/Http/Controllers/Controller.php
0 → 100644
+13
−0
app/Http/Kernel.php
0 → 100644
+67
−0
app/Http/Middleware/Authenticate.php
0 → 100644
+21
−0
app/Http/Middleware/EncryptCookies.php
0 → 100644
+17
−0
+17
−0
+32
−0
app/Http/Middleware/TrimStrings.php
0 → 100644
+19
−0
app/Http/Middleware/TrustHosts.php
0 → 100644
+20
−0
app/Http/Middleware/TrustProxies.php
0 → 100644
+28
−0
app/Http/Middleware/VerifyCsrfToken.php
0 → 100644
+17
−0
app/Models/User.php
0 → 100644
+44
−0
app/Providers/AppServiceProvider.php
0 → 100644
+28
−0
app/Providers/AuthServiceProvider.php
0 → 100644
+30
−0
+21
−0
app/Providers/EventServiceProvider.php
0 → 100644
+42
−0
app/Providers/RouteServiceProvider.php
0 → 100644
+52
−0
artisan
0 → 100644
+53
−0
bootstrap/app.php
0 → 100644
+55
−0
bootstrap/cache/.gitignore
0 → 100644
+2
−0
composer.json
0 → 100644
+61
−0