Skip to content

Instantly share code, notes, and snippets.

View gbrits's full-sized avatar
🤘
Working on something, always.

Grant Brits gbrits

🤘
Working on something, always.
View GitHub Profile
@freekmurze
freekmurze / 2021_06_25_101000_migrate_to_next_gen_spark.php
Created July 7, 2021 23:07
Migrating Flare from Spark classic to Spark Next
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
return new class extends Migration {
public function up(): void
{
$this
@jbrooksuk
jbrooksuk / NovaServiceProvider.php
Created February 18, 2020 12:12
Using Nova::sortResourcesBy
<?php
namespace App\Providers;
use Laravel\Nova\Nova;
use Laravel\Nova\Cards\Help;
use Illuminate\Support\Facades\Gate;
use Laravel\Nova\NovaApplicationServiceProvider;
class NovaServiceProvider extends NovaApplicationServiceProvider
@tcelestino
tcelestino / metas.md
Last active February 22, 2022 15:50
meta tags

#Meta Tags

<!---favicon-->
<link rel="icon" href="http://www.example.com/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="http://www.example.com/favicon.ico" type="image/x-icon">

<!--Apple Touch Icon for iPad and iPhone Meta Tag-->
<link rel="apple-touch-icon" href="http://www.example.com/apple-touch-icon.png">
<link rel="apple-touch-icon-precomposed" href="http://www.example.com/apple-touch-icon.png">