#Help with setting up dev

1 messages ยท Page 1 of 1 (latest)

gilded horizon
#

๐Ÿ™

pine trellis
#

Are you going to 127.0.0.1:8000 url?

gilded horizon
#

i think i figured out the problem

#

The project is in the files

#

how do i fix this

gilded horizon
pine trellis
#

Didn't get you? Looks like tadah folder is already inside a laravel project

pine trellis
gilded horizon
pine trellis
#

This is the default laravel view. What exactly you want to see?

gilded horizon
#

that i put

pine trellis
#

tadah folder? That's an existing laravel project?

gilded horizon
pine trellis
#

Can you show your terminal where you're running php artisan serve?

gilded horizon
pine trellis
#

You are running the serve inside the tadah folder, You will have go back to the tad folder and run php artisan serve there

gilded horizon
#

Ok'

gilded horizon
# pine trellis You are running the `serve` inside the `tadah` folder, You will have go back to ...

C:\xampp\htdocs\tad>php artisan serve
PHP Warning: require(C:\xampp\htdocs\tad/vendor/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\tad\artisan on line 18

Warning: require(C:\xampp\htdocs\tad/vendor/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\tad\artisan on line 18
PHP Fatal error: Uncaught Error: Failed opening required 'C:\xampp\htdocs\tad/vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\tad\artisan:18
Stack trace:
#0 {main}
thrown in C:\xampp\htdocs\tad\artisan on line 18

Fatal error: Uncaught Error: Failed opening required 'C:\xampp\htdocs\tad/vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\tad\artisan:18
Stack trace:
#0 {main}
thrown in C:\xampp\htdocs\tad\artisan on line 18

C:\xampp\htdocs\tad>

pine trellis
#

First run composer install and npm i in the folder

gilded horizon
#

Ok i did

#

i ran it

gilded horizon
pine trellis
#

Now try php artisan serve

gilded horizon
#

PHP Warning: require(C:\xampp\htdocs\tad/vendor/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\tad\artisan on line 18

Warning: require(C:\xampp\htdocs\tad/vendor/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\tad\artisan on line 18
PHP Fatal error: Uncaught Error: Failed opening required 'C:\xampp\htdocs\tad/vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\tad\artisan:18
Stack trace:
#0 {main}
thrown in C:\xampp\htdocs\tad\artisan on line 18

Fatal error: Uncaught Error: Failed opening required 'C:\xampp\htdocs\tad/vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\tad\artisan:18
Stack trace:
#0 {main}
thrown in C:\xampp\htdocs\tad\artisan on line 18

#

when doing

#

composer install

#

there were alot of errrors

pine trellis
#

Let's get on a call. I'll more than happy to help

gilded horizon