This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
key gen : NAVN-AUQL-LP2V-3GAJ | |
request code : | |
o3oHEuwvhh7v+A6TLNtma5KLZ55NHaj+RM9q/Th9FzsBJuwRWIf30ZqRFzhaHdPKyX8wMH+IENxrzetMa1egQLU11okKTpWJnkpBPJ7mpzRYF6pntD81ffxXuOZDuhuUruvGZNRtwJVpvckuYpH1BJgDP+xfprftjSGjxpOzyyNXu14gXEdWpsj4Z616WNfaPqwXcEIHKx4Xw64Bb6oT6NeT22SuWlKX7bLCU7jStjFPoziw | |
activation code: | |
IaBiNBLlJi40BYfmC8+bt2+y6fEBCLEPS9sngItbIsH+w/akZGWssMqLCxNkF/eXpoKgIJ6DH4KNoxhtR1PToWWw863yInFTMbv4WBnwxEN3hemyvxqTHLda6oskxFH3tg+qkEFAfOC7FalnFn/J+2lg71GQssZsKMxHn+JonsC+K3al2IU4lNga7sFE41La58NL/lZh2VidNwp1fAAFIadtjwLtvYaRJbbjdxOW9PGPbAJTEvQb2UnMyeyIdDWx9m1b232rAKMSI5fqkO9RLu48FkadwAZA0QrvZ1FYKIwKn+9g6r0lmNfTOUcRIAR2cEV/jQmz9khvd+V81+RGxw== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Bolt htaccess tester.</title> | |
<link rel="stylesheet" src="//normalize-css.googlecode.com/svn/trunk/normalize.css" /> | |
<!--[if IE]> | |
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
</head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Directory Contents</title> | |
<link rel="stylesheet" href=".style.css"> | |
<script src=".sorttable.js"></script> | |
</head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Open php.ini | |
2. Add this line in button | |
curl.cainfo = "C:/xampp/apache/bin/curl-ca-bundle.crt" | |
3. Restart Apache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------- Instalasi ClamAV ------------- | |
1. untuk melakukan instalasi ClamAV dengan menggunakan perintah | |
# apt-get install clamav clamav-daemon libclamav-dev | |
2. kemudian kita konfigurasi ClamAV dengan memanggil perintah | |
# dpkg-reconfigure clamav-daemon |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In Laravel 5.5 create .htacess file in your root directory and placed the following code:- Reference Link | |
<IfModule mod_rewrite.c> | |
<IfModule mod_negotiation.c> | |
Options -MultiViews | |
</IfModule> | |
RewriteEngine On |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Http\Controllers; | |
use App\Blog; | |
use Illuminate\Http\Request; | |
class BlogController extends Controller | |
{ | |
public function index() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Illuminate\Http\Request; | |
/* | |
|-------------------------------------------------------------------------- | |
| API Routes | |
|-------------------------------------------------------------------------- | |
| | |
| Here is where you can register API routes for your application. These |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Errors accours when run php artisan dev:reset on `UserSeeder:attachPermission`. | |
Make it solved with `config/database.php` like this | |
```php | |
'charset' => 'utf8', | |
'collation' => 'utf8_unicode_ci', | |
'prefix' => '', | |
'strict' => true, | |
'strict' => false, | |
'engine' => null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$("[data-dismiss=modal]").trigger({ type: "click" }); |
OlderNewer