Skip to content

Instantly share code, notes, and snippets.

View iwasherefirst2's full-sized avatar
🏠
Working from home

Dr. Adam Nielsen iwasherefirst2

🏠
Working from home
View GitHub Profile
<?php
namespace App\Http\Controllers\Auth;
use App\User;
use App\Http\Controllers\Controller;
use Illuminate\Support\Facades\Validator;
use Illuminate\Foundation\Auth\RegistersUsers;
use Illuminate\Http\Request;
use App\Helper\GeoCoordinates;
@iwasherefirst2
iwasherefirst2 / debug.md
Created November 14, 2019 12:12
Debuggin infor beautify-blade issue
@iwasherefirst2
iwasherefirst2 / debug-2.md
Created November 21, 2019 09:53
Debug File for beautify-repository
<?php
/*
* This document has been generated with
* https://mlocati.github.io/php-cs-fixer-configurator/#version:2.15.3|configurator
* you can change this configuration by importing this file.
*/
return PhpCsFixer\Config::create()
->setRules([
'@PSR2' => true,
'blank_line_after_namespace' => true,
1. Install PHP OneDark scheme https://github.com/jesusOmar/one-dark-phpstorm
2. Make sure favourite icon is working: https://askubuntu.com/questions/1294102/phpstorm-favorite-not-working-after-changing-version
3. Make sure to use PHP-CS-FIXER Filewatcher https://www.youtube.com/watch?v=WCvvaxQ0y8M
4. Install Laravel Blade & Other packages.