Commit 42febb2d authored by bvipul's avatar bvipul

Added New Class for the Generation of Modules. Complete.

parent c6eb4c4b
This diff is collapsed.
......@@ -178,6 +178,10 @@
$(document).on('blur', "input[name=table_name]", function(e){
checkTableExists($(this));
});
//Events Change Event
$(document).on('change', "input[name='event[]']", function(e){
getFilesGenerated();
});
});
function checkModelExists(model) {
......
@extends ('backend.layouts.app')
@section ('title', '')
@section('after-styles')
{{-- {{ Html::style("css/backend/plugin/datatables/dataTables.bootstrap.min.css") }} --}}
@endsection
@section('page-header')
<h1></h1>
@endsection
@section('content')
@endsection
@section('after-scripts')
@endsection
\ No newline at end of file
@extends ('backend.layouts.app')
@section ('title', '')
@section('after-styles')
{{-- {{ Html::style("css/backend/plugin/datatables/dataTables.bootstrap.min.css") }} --}}
@endsection
@section('page-header')
<h1></h1>
@endsection
@section('content')
@endsection
@section('after-scripts')
@endsection
\ No newline at end of file
@extends ('backend.layouts.app')
@section ('title', '')
@section('after-styles')
{{-- {{ Html::style("css/backend/plugin/datatables/dataTables.bootstrap.min.css") }} --}}
@endsection
@section('page-header')
<h1></h1>
@endsection
@section('content')
@endsection
@section('after-scripts')
@endsection
\ No newline at end of file
@extends ('backend.layouts.app')
@section ('title', '')
@section('after-styles')
{{-- {{ Html::style("css/backend/plugin/datatables/dataTables.bootstrap.min.css") }} --}}
@endsection
@section('page-header')
<h1></h1>
@endsection
@section('content')
@endsection
@section('after-scripts')
@endsection
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment