Skip to content

Commit 2706ccc

Browse files
authored
Merge pull request #4947 from Laravel-Backpack/remove-devtools-l10-notice
remove DevTools does not support L10 notice in installer
2 parents 002ba4d + c012c09 commit 2706ccc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/app/Console/Commands/Addons/RequireDevTools.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,6 @@ class RequireDevTools extends Command
4545
*/
4646
public function handle()
4747
{
48-
// Prevent installations in laravel 10 as it wouldn't properly work. Waiting for Blueprint L10 support.
49-
if (app()->version() >= 10) {
50-
$this->newLine();
51-
$this->line(sprintf('Support for Laravel 10 is comming soon. Sorry for the trouble.'), 'fg=red');
52-
$this->newLine();
53-
54-
return;
55-
}
56-
5748
// Check if it is installed
5849
if ($this->isInstalled()) {
5950
$this->newLine();

0 commit comments

Comments
 (0)