This file contains 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 | |
/** | |
* 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 <[email protected]> | |
* @see https://github.com/barryvdh/laravel-ide-helper | |
*/ | |
namespace { | |
exit("This file should not be included, only analyzed by your IDE"); |
This file contains 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 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; |
This file contains 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 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; |
This file contains 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
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) |