Skip to content

Update cleanup directory defaults #467

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Feb 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/nativephp.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
*/
'cleanup_exclude_files' => [
'content',
'storage/app/framework/{sessions,testing,cache}',
'storage/logs/laravel.log',
'node_modules',
'*/tests'
],

/**
Expand Down
111 changes: 0 additions & 111 deletions src/Commands/MinifyApplicationCommand.php

This file was deleted.

189 changes: 0 additions & 189 deletions src/Compactor/Php.php

This file was deleted.

2 changes: 0 additions & 2 deletions src/NativeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use Native\Laravel\Commands\LoadPHPConfigurationCommand;
use Native\Laravel\Commands\LoadStartupConfigurationCommand;
use Native\Laravel\Commands\MigrateCommand;
use Native\Laravel\Commands\MinifyApplicationCommand;
use Native\Laravel\Commands\SeedDatabaseCommand;
use Native\Laravel\Contracts\ChildProcess as ChildProcessContract;
use Native\Laravel\Contracts\GlobalShortcut as GlobalShortcutContract;
Expand All @@ -39,7 +38,6 @@ public function configurePackage(Package $package): void
MigrateCommand::class,
FreshCommand::class,
SeedDatabaseCommand::class,
MinifyApplicationCommand::class,
])
->hasConfigFile()
->hasRoute('api')
Expand Down
Loading