Dulon18 / location-information-from-ip-address-in-Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packages

  • Run -> composer require stevebauman/location
  • In config/app.php file add this ->

'providers' => [

....

Stevebauman\Location\LocationServiceProvider::class,

],

'aliases' => [

....

'Location' => 'Stevebauman\Location\Facades\Location',

]

  • Run -> php artisan vendor:publish

Installation Instructions

  • Clone the repo.
  • Run 'composer install'
  • Run 'cp .env.example .env'
  • Run 'php artisan serve'

Output

Thank You

About


Languages

Language:PHP 82.0%Language:Blade 16.7%Language:Shell 0.8%Language:JavaScript 0.5%