Posted inPHP

Laravel Mengatasi Error services.json failed to open stream

Setelah upgrade dari Larave 5.0.x ke 5.1 LTS muncul error   [ErrorException] file_put_contents(/var/www/html/laravel/bootstrap/cache/services.json): failed to open stream: No such file or directory       Script php artisan clear-compiled handling the post-update-cmd event returned with an error       [RuntimeException] Error Output: solusinya buat folder cache tersebut ;). mkdir /var/www/html/laravel/bootstrap/cache Ingat untuk menyesuaikan path […]