Skip to content

Commit

Permalink
added event when compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesnowden committed Nov 19, 2018
1 parent 56b550e commit 5943fe5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions app/Console/Commands/LaraviewCompiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public function __construct()
*/
public function handle()
{
event( 'laraview:compile' );
$this->checkForSelectedViewGeneration();

app( RegisterBlueprint::class )
Expand Down
34 changes: 17 additions & 17 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5943fe5

Please sign in to comment.