Skip to content

Commit

Permalink
Update file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle committed Apr 12, 2018
1 parent 9bf4fe6 commit 8f664a9
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 29 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -22,7 +22,7 @@
},
"autoload": {
"psr-4": {
"Jaybizzle\\": "src/Jaybizzle"
"Jaybizzle\\Safeurl\\": "src/"
}
},
"minimum-stability": "stable"
Expand Down
File renamed without changes.
22 changes: 0 additions & 22 deletions src/LICENSE

This file was deleted.

4 changes: 0 additions & 4 deletions src/README.md

This file was deleted.

File renamed without changes.
Expand Up @@ -21,10 +21,10 @@ class SafeurlServiceProvider extends ServiceProvider
public function boot()
{
$this->publishes(array(
__DIR__.'/../../config/config.php' => base_path('config/safeurl.php'),
__DIR__.'/config/config.php' => base_path('config/safeurl.php'),
));

$this->mergeConfigFrom(__DIR__.'/../../config/config.php', 'safeurl');
$this->mergeConfigFrom(__DIR__.'/config/config.php', 'safeurl');
}

/**
Expand Down

0 comments on commit 8f664a9

Please sign in to comment.