I haven't used Spark but it looks like your missing the /vendor folder. Trying running
composer install.
Spark sample application
Hello. I'm brand new to Laravel Spark and I'm working on getting up and running. I was having trouble creating a new project following the installation guide, so I downloaded the sample application hoping this would give me the understanding I'm lacking. I downloaded the Spark sample application, as per the read me file, I ran npm install and gulp successfully..however, when I ran php artisan migrate, I received the following error message (I replaced my actual user name with My_User_Name):
Warning: require(/Users/My_User_Name/Desktop/laravel-spark-quickstart-basic/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /Users/My_User_Name/Desktop/laravel-spark-quickstart-basic/bootstrap/autoload.php on line 17
PHP Fatal error: require(): Failed opening required '/Users/My_User_Name/Desktop/laravel-spark-quickstart-basic/bootstrap/../vendor/autoload.php' (include_path='.:') in /Users/My_User_Name/Desktop/laravel-spark-quickstart-basic/bootstrap/autoload.php on line 17
Fatal error: require(): Failed opening required '/Users/My_User_Name/Desktop/laravel-spark-quickstart-basic/bootstrap/../vendor/autoload.php' (include_path='.:') in /Users/My_User_Name/Desktop/laravel-spark-quickstart-basic
Not sure what the problem is.
Ideally, I'd like to create a new project, but I'm unsure how to execute this step in the installation guide: make sure the spark-installer directory is added to your systems $PATH variable. I'm on a mac. I assume this is a simple command in terminal, but I'm not sure what it is.. I apologize for this rookie question, but everyone has to learn somewhere... Thank you for any help you can provide.
Please or to participate in this conversation.