2017 © Pedro Peláez
 

package jobs-backend-challenge

This is a example package

image

fg-developer/jobs-backend-challenge

This is a example package

  • Wednesday, December 13, 2017
  • by FG-Developer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

jobs-backend-challenge

Jobs Backend Challenge Laravel 5.1 surumu icin hazirlanmis bir pakettir., (*1)

Kurulum

Bu paketi yuklemek icin composer paket yoneticisi ile yuklemelisiniz. Yukleme islemi icin asagidaki kodu kullanmalisiniz., (*2)

composer require fg-developer/jobs-backend-challenge

Paket yukleme isleme isleminden sonra ServiceProvider tanimlamasi icin asagidaki satiri config/app/php dosyasi icerisindeki providers bolumune eklemelisiniz., (*3)

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

Provider tanimlamasi yapildiktan sonra projenin root composer dosyasinin autoload kismina paket Class'larinin psr-4 standarti olarak tanitilmasi gerekmektedir. Bu islemi asagidaki sekilde yapabilirsiniz., (*4)

"psr-4": {
    ....,
    "Fg\\Developer\\JobsBackEndChallenge\\": "vendor/fg-developer/jobs-backend-challenge/src/"
}

Tum islemler tamamlandiktan sonra paket'in dosyalarini laravel projesine publish edebilmek icin asagidaki artisan komutu calistirilmalidir., (*5)

php artisan vendor:publish

Yukaridaki paket dosyalari publish edildiginde asagidaki dosyalar projenize dahil edilecektir., (*6)

Model:, (*7)

app/Countries.php
app/Hotels.php
app/Reviews.php

Migrations:, (*8)

app/database/migrations/2017_12_13_Countries.php
app/database/migrations/2017_12_13_Hotels.php
app/database/migrations/2017_12_13_Reviews.php

Tablolari veritabaniniza eklemek icin migration'lari calistirmalisiniz. Bu islem icin asagidaki yontemi izleyebilirsiniz., (*9)

php artisan migrate

The Versions

13/12 2017

dev-master

9999999-dev

This is a example package

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by ILYAS DEMIRTAS

13/12 2017

0.2.0

0.2.0.0

This is a example package

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by ILYAS DEMIRTAS

13/12 2017

0.1.0

0.1.0.0

This is a example package

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by ILYAS DEMIRTAS