PHP code example of favoriabs / ngstatelga

1. Go to this page and download the library: Download favoriabs/ngstatelga library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

favoriabs / ngstatelga example snippets

 artisan vendor:publish
 artisan migrate
 artisan db:seed
config/app.php
DatabaseSeeder.php

  $this->call(StatesTableSeeder::class);
  $this->call(Lgas_1_TableSeeder::class);
  $this->call(Lgas_2_TableSeeder::class);
  $this->call(Lgas_3_TableSeeder::class);
  $this->call(Lgas_4_TableSeeder::class);