We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 002ba4d + c012c09 commit 2706cccCopy full SHA for 2706ccc
src/app/Console/Commands/Addons/RequireDevTools.php
@@ -45,15 +45,6 @@ class RequireDevTools extends Command
45
*/
46
public function handle()
47
{
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
53
-
54
- return;
55
- }
56
57
// Check if it is installed
58
if ($this->isInstalled()) {
59
$this->newLine();
0 commit comments