Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
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
Platform
Commits
afe0b21c
Commit
afe0b21c
authored
Oct 01, 2014
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding listeners
parent
7a48b877
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
SidebarNavigationListener.php
Listeners/SidebarNavigationListener.php
+9
-0
composers.php
composers.php
+3
-1
No files found.
Listeners/SidebarNavigationListener.php
0 → 100644
View file @
afe0b21c
<?php
namespace
Modules\Core\Listeners
;
class
SidebarNavigationListener
{
public
function
handle
()
{
// dd('??');
}
}
\ No newline at end of file
composers.php
View file @
afe0b21c
...
...
@@ -13,4 +13,6 @@ Event::listen('modules.load.end', function()
{
// $modules = Module::enabled();
// dd($modules);
});
\ No newline at end of file
});
Event
::
listen
(
'Modules\User\Events\RegisterSidebarMenuItemEvent'
,
'Modules\Core\Listeners\SidebarNavigationListener'
);
\ 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