PHP code example of fg-developer / jobs-backend-challenge

1. Go to this page and download the library: Download fg-developer/jobs-backend-challenge 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/ */

    

fg-developer / jobs-backend-challenge example snippets


'providers' => [
...
Fg\Developer\JobsBackEndChallenge\JobsBackEndChallengeServiceProvider::class
]

"psr-4": {
    ....,
    "Fg\\Developer\\JobsBackEndChallenge\\": "vendor/fg-developer/jobs-backend-challenge/src/"
}
shell
php artisan vendor:publish
shell
app/Countries.php
app/Hotels.php
app/Reviews.php
shell
app/database/migrations/2017_12_13_Countries.php
app/database/migrations/2017_12_13_Hotels.php
app/database/migrations/2017_12_13_Reviews.php
shell
php artisan migrate