Skip to content
Advertisement

Tag: laravel-sail

Laravel Sail is not running on my macbook m1

I tried using Laravel 8 Sail on my Mac M1 Computer. I have successfully installed docker , php 7.4 & used composer to install Laravel. I am trying to use sail but I am stuck at the part which says Could not open input file: /var/www/html/artisan Below are the details: Here is the docker file: After running the command ./vendor/bin/sail

Advertisement