skip to Main Content

Index of / in Laravel cPanel

I am facing issue "Index of /" while accessing my website that i have uploaded on cPanel direct root. Even I have .htaccess file in public_html I try this htaccess code. <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteCond %{REQUEST_URI} !^/public/…

VIEW QUESTION

Check first all model if it can be saved or not.Then save – Laravel

Check first all model if it can be saved or not.Then save. i tried to saved data from query. i have 3 query : $message_header->save(); $save_receive_info->save_receive_info_id = $message_header->id; $information_receive->save(); $information_chargeline->save_receive_info_details_id = $information_receive->id; $maklumat_chargeline->save(); so, based on this query, first it…

VIEW QUESTION
Back To Top
Search