Skip to content

Commit

Permalink
Merge pull request #2 from The-3Labs-Team/remove-scaffolding
Browse files Browse the repository at this point in the history
Remove scaffolding
  • Loading branch information
murdercode authored Mar 1, 2024
2 parents 80754cb + 8981b54 commit 2f2efa2
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 64 deletions.
19 changes: 0 additions & 19 deletions database/factories/ModelFactory.php

This file was deleted.

19 changes: 0 additions & 19 deletions database/migrations/create_readability_table.php.stub

This file was deleted.

1 change: 0 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ parameters:
paths:
- src
- config
- database
tmpDir: build/phpstan
checkOctaneCompatibility: true
checkModelProperties: true
Expand Down
Empty file removed resources/views/.gitkeep
Empty file.
19 changes: 0 additions & 19 deletions src/Commands/ReadabilityCommand.php

This file was deleted.

7 changes: 1 addition & 6 deletions src/ReadabilityServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
use The3LabsTeam\Readability\Commands\ReadabilityCommand;

class ReadabilityServiceProvider extends PackageServiceProvider
{
Expand All @@ -16,10 +15,6 @@ public function configurePackage(Package $package): void
* More info: https://github.com/spatie/laravel-package-tools
*/
$package
->name('laravel-readability')
->hasConfigFile()
->hasViews()
->hasMigration('create_laravel-readability_table')
->hasCommand(ReadabilityCommand::class);
->name('laravel-readability');
}
}

0 comments on commit 2f2efa2

Please sign in to comment.