@extends('admin/layouts/default')
{{-- Page title --}}
@section('title')
GUI CRUD Builder
@parent
@stop
{{-- page level styles --}}
@section('header_styles')
@stop
{{-- Page content --}}
@section('content')
GUI CRUD Generator
Laravel Generator Builder
CRUD files may not generated because of following errors
@foreach($permissions as $key => $permission)
@if(!$permission)
Error: {{$key }} not writable
@endif
@endforeach
please fix errors and try again.
You have pending migrations!
CRUD builder runs current migrations as well pending migrations.
uncheck "Migrate" option or proceed to migrate them aswell!