davidtrushkov / store

A ecommerce store using Laravel 5.2
87 stars 62 forks source link

Error when trying to run project #14

Open DannyTaki opened 7 years ago

DannyTaki commented 7 years ago

Getting this error, David, after cloning your project and doing composer install and generating key then I use php artisan serve and I get this error

Warning: require_once(C:\Users\Daniel\Documents\store\src/public/index.php): failed to open stream: No such file or directory in C:\Users\Daniel\Documents\store\src\server.php on line 21

Fatal error: require_once(): Failed opening required 'C:\Users\Daniel\Documents\store\src/public/index.php' (include_path='.;C:\php\pear') in C:\Users\Daniel\Documents\store\src\server.php on line 21

daino92 commented 7 years ago

I have the same problems. If you could check it out, it would be nice!

ghost commented 7 years ago

Use xampp and in root directory, not src.

daino92 commented 7 years ago

I am using xampp and I already tried root directory but the problem remains.

brownfish commented 6 years ago

I equally have the same problem