Laravel issue __DIR___

1

Notice: Use of undefined constant DIR - assumed 'DIR' in /home/flamore/domains/fans.cal24.pl/public_html/index.php on line 21
Warning: require(DIR/../laravel/bootstrap/autoload.php): failed to open stream: No such file or directory in /home/flamore/domains/fans.cal24.pl/public_html/index.php on line 21
Fatal error: require(): Failed opening required 'DIR/../laravel/bootstrap/autoload.php' (include_path='.:/usr/local/lib/php') in /home/flamore/domains/fans.cal24.pl/public_html/index.php on line 21

i'm still a noob at php but i can't get this to work

Krzysztof J

Posted 2018-12-24T15:54:37.517

Reputation: 86

Question was closed 2018-12-24T18:43:26.607

Which PHP version are you using? – user1686 – 2018-12-24T15:57:55.877

i use PHP 7.1.2 – Krzysztof J – 2018-12-24T17:37:50.323

1

Welcome to Super User! Issues specific to programming and software development are off topic, see On-Topic. Try [SO] but please first read How do I ask a good question?.

– DavidPostill – 2018-12-24T18:43:40.183

No answers