Answer the question
In order to leave comments, you need to log in
How to include Schema for BootstrapCMS?
I connect like this
namespace GrahamCampbell\BootstrapCMS\Models;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class Registries extends Migration {
public function createTable() {
Schema::create('newTable', function($table) ...
...
...
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question