Skip to content

Commit

Permalink
Merge pull request #15 from GeorgeFourkas/1.0.0
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
GeorgeFourkas authored Aug 25, 2023
2 parents f4f668b + 7f27f95 commit 5f6d2b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

### **Api Auto Pilot** is laravel package that makes the procecess of creating laravel RESTful APIs a breeze!

Make sure to check the [Documentation Website](https://apiautopilot.info/) of the package for more information about the package

## Installation

Expand Down
2 changes: 1 addition & 1 deletion src/Commands/InstallationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function handle(): int

protected function installMiddlewareToKernel(): static
{
$kernelContent = file_get_contents(app_path('Http\Kernel.php'));
$kernelContent = file_get_contents(app_path('Http/Kernel.php'));
if (! Str::contains($kernelContent, "'modelSearch' =>")) {
$this->replaceInFile(self::ROUTE_MIDDLEWARE_ARRAY,
self::ROUTE_MIDDLEWARE_ARRAY.PHP_EOL.
Expand Down

0 comments on commit 5f6d2b2

Please sign in to comment.