]> _ Git - psq.git/commit
add early access wall
authorLouis Jeckel <louis.jeckel@outlook.cm>
Thu, 27 Aug 2020 08:58:05 +0000 (10:58 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Thu, 27 Aug 2020 08:58:05 +0000 (10:58 +0200)
commitfcd18c9e70fbe972d464f790a6f48ece10d84e5c
tree46b3f686d027ab644ed602abf68e2fa67e89b179
parent1d4f73fface449205e2ec9ae9423c5ffdc7f104f
add early access wall
app/Http/Controllers/Auth/RegisterController.php
app/Http/Controllers/Controller.php
app/Http/Controllers/HomeController.php
app/Http/Controllers/WallController.php [new file with mode: 0644]
app/Http/Kernel.php
app/Http/Middleware/EarlyAccessMiddleware.php [new file with mode: 0644]
app/User.php
database/migrations/2020_08_27_081414_change_users_table.php [new file with mode: 0644]
resources/views/errors/403.blade.php
resources/views/wall.blade.php [new file with mode: 0644]
routes/web.php