Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
laravel-adminpanel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
laravel-adminpanel
Commits
42febb2d
Commit
42febb2d
authored
Oct 16, 2017
by
bvipul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added New Class for the Generation of Modules. Complete.
parent
c6eb4c4b
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
904 additions
and
821 deletions
+904
-821
ModuleController.php
app/Http/Controllers/Backend/Module/ModuleController.php
+18
-745
Generator.php
app/Http/Utilities/Generator.php
+882
-0
form.blade.php
resources/views/backend/modules/form.blade.php
+4
-0
create.blade.php
resources/views/backend/news/create.blade.php
+0
-19
edit.blade.php
resources/views/backend/news/edit.blade.php
+0
-19
form.blade.php
resources/views/backend/news/form.blade.php
+0
-19
index.blade.php
resources/views/backend/news/index.blade.php
+0
-19
No files found.
app/Http/Controllers/Backend/Module/ModuleController.php
View file @
42febb2d
This diff is collapsed.
Click to expand it.
app/Http/Utilities/Generator.php
0 → 100644
View file @
42febb2d
This diff is collapsed.
Click to expand it.
resources/views/backend/modules/form.blade.php
View file @
42febb2d
...
...
@@ -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
)
{
...
...
resources/views/backend/news/create.blade.php
deleted
100755 → 0
View file @
c6eb4c4b
@
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
resources/views/backend/news/edit.blade.php
deleted
100755 → 0
View file @
c6eb4c4b
@
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
resources/views/backend/news/form.blade.php
deleted
100755 → 0
View file @
c6eb4c4b
@
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
resources/views/backend/news/index.blade.php
deleted
100755 → 0
View file @
c6eb4c4b
@
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment