How can I solve it?
How to create vpn with laravel?
so i need to change something else ?
Hello can someone help with TALL ?
Am building an Auth api for mobile app,, I have the regular Email and password for web,, but for the mobile, I want to use phone and Pin for authentication,, can I do that with my Auth api ?
Try this
https://stackoverflow.com/questions/33069319/env-file-is-visible
I am using Laravel 5.1
I recently uploaded my project in shared hosting. but when i browse http://siteAddress.com/local/.env my .env file is visible.
Is there any way to hide this file or redirect
https://stackoverflow.com/questions/33069319/env-file-is-visible
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteRule ^(.*)$ public/$1 [L]
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
# Redirect Trailing Slashes If Not A Folder…
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]
# Send Requests To Front Controller…
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
————————–
I used this
public function setCookie(Request $request){
$minutes = 60;
$response = new Response(‘Set Cookie’);
$response->withCookie(cookie(‘name’, ‘MyValue’, $minutes));
return $response;
}
$minutes = 60;
$response = new Response(‘Set Cookie’);
$response->withCookie(cookie(‘name’, ‘MyValue’, $minutes));
return $response;
}
it is not working for me
Cookie::queue($name, $value, $minutes);
Check php.ini – max_upload



composer global require “laravel/installer=~1.1”
How to create vpn with laravel?
so i need to change something else ??
please help
please help

🔥 API WHATSAPP GATEWAY 🔥
Lengkapi website anda dengan notifikasi WhatsApp
Fitur :
– Multi device
– Registrasi
– Api key
– Variabel Nama
– Blast message
– Schedule / pesan terjadwal
– Auto respond via web
– Webhook chat
– webhook group
Fitur gratiss
– Api WhatsApp media & doc
– Pesan massal text & doc
– Auoto reply
– Plugin woocommerce
Harga sangat terjangkau sekali dan hanya cukup satu kali bayar tanpa biaya bulanan free update
Minat/Demo :inbox/whatsapp,
Http://wa.me/6281511684195


BillLine::create([ [‘name’=>’a’ ], [‘name’=>’b’ ])
It does n’t work!