You are on page 1of 1

1.

Ubah artisan
2. ubah server.php
require_once __DIR__.'/public/index.php';
menjadi
require_once __DIR__.'/../public_html/index.php';
Ubah index.php
require __DIR__.'/../bootstrap/autoload.php';
menjadi
require __DIR__.'/../bootstrap/autoload.php';

You might also like