v0.0.2 You can now make post and store it in the database.

This commit is contained in:
Victor
2021-06-02 09:01:51 +02:00
parent dfb9103157
commit d276aed27b
11 changed files with 78 additions and 10 deletions
+1
View File
@@ -1,6 +1,7 @@
<?php
require_once "../../bootstrap.php";
use Backend\Model\User;
use Illuminate\Support\Str;
session_start();