http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html
Download files:
<template> | |
<table> | |
<thead> | |
<tr> | |
<th v-for="column in parameters.columns" v-html="title(column)"></th> | |
</tr> | |
</thead> | |
<tfoot v-if="footer"> | |
<tr> | |
<th v-for="column in parameters.columns" v-html="column.footer"></th> |
<?php | |
namespace Yajra\DataTables\Processors; | |
use Illuminate\Support\Arr; | |
use Yajra\DataTables\Utilities\Helper; | |
class DataProcessor | |
{ | |
/** |
<?php | |
namespace App\Editor\Fields; | |
use Yajra\DataTables\Html\Editor\Fields\Field; | |
class JSTreeField extends Field | |
{ | |
protected $type = 'jsTree'; | |
} |
Artisan::command('migrate:fresh', function () { | |
/** @var \Illuminate\Console\Command $cmd */ | |
$cmd = $this; | |
$cmd->ask("Are you sure you want to resign?", "Yes"); | |
$cmd->comment( | |
<<<'TXT' | |
.~))>> |
<?php | |
namespace Database\Factories; | |
use Illuminate\Database\Eloquent\Factories\Factory; | |
/** | |
* @extends \Illuminate\Database\Eloquent\Factories\Factory<\App\Models\Email> | |
*/ | |
class EmailFactory extends Factory |
GOAL: To setup work and personal github account in the same machine. The gist assumes that you already have the ssh key for work and personal use.
Edit ~/.ssh/config
and add an entry for your work and personal github account with different keys: