Skip to content

Instantly share code, notes, and snippets.

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

Chukwuma Elui worldwayii

🏠
Working from home
View GitHub Profile
@worldwayii
worldwayii / _ide_helper.php
Created February 22, 2022 20:47 — forked from barryvdh/_ide_helper.php
Laravel IDE Helper for Netbeans / PhpStorm / Sublime Text 2 CodeIntel, generated using https://github.com/barryvdh/laravel-ide-helper
<?php
/**
* A helper file for Laravel 5, to provide autocomplete information to your IDE
* Generated for Laravel 5.5.13 on 2017-09-28.
*
* @author Barry vd. Heuvel <barryvdh@gmail.com>
* @see https://github.com/barryvdh/laravel-ide-helper
*/
namespace {
exit("This file should not be included, only analyzed by your IDE");
<?php
namespace Legitcar\Http\Controllers;
use Illuminate\Http\Request;
use Legitcar\Api\V1\Models\Lga;
use Legitcar\Api\V1\Models\Year;
use Legitcar\Api\V1\Models\State;
use Legitcar\Api\V1\Models\Month;
use Legitcar\Api\V1\Models\Country;
<?php
namespace Legitcar\Http\Controllers\Auth;
use Legitcar\Helpers;
use Illuminate\Http\Request;
use Legitcar\Api\V1\Models\User;
use Illuminate\Support\Facades\Auth;
use Legitcar\Http\Controllers\Controller;
use Legitcar\Http\Controllers\DashboardController;
Start
1ft = 30 cm
input the feet you want to convert store as (n)ft
since 1ft = 30cm
then (n)ft = n * 30cm
so nft = n*30(cm)
Print n*30(cm)