Skip to content Skip to sidebar Skip to footer

Widget Atas Posting

Cara Install Codeigniter 4 Manual dan Lewat Composer

Kali ini admin akan membahas cara instalasi framework Codeigniter versi 4.0.3, Perlu anda ketahui jika anda menggunakan codeigniter versi 4.0.3 maka versi PHP yang anda gunakan adalah minimal versi PHP 7.2.2 Jika anda menggunakan PHP versi 5 Anda perlu mengupdatenya terlebih dahulu ke Versi 7.2.2 Agar codeigniter versi 4.0.3 bisa anda jalankan di komputer anda.

Codeigniter versi 4.0.3 merupakan versi codeigniter yang paling terbaru, sebelumnya ada versi codeigniter 2 dan 3. Codeigniter 4 sangat beda dengan versi sebelumnya.

sebelumnya versi dua dan tiga bisa berjalan di versi PHP 5 sedangkan untuk yang terbaru menggunakan versi PHP 7.2 keatas.

Sebelum anda menginstal Codeigniter 4 pastikan di web server anda ekstensi PHP intl extention, php-json, php-mbstring, php-mysqlnd, dan php-xml sudah terinstal jika belum maka codeigniter 4 tidak akan pernah bisa berjalan, Untuk mengecek apakah ekstensi tadi sudah aktif atau belum silahkan cek di PHP info, jika belum aktif silahkan aktifkan di file php.ini.

Codeigniter 4 tidak memiliki file "index.php" di halaman utama dan file "index.php" ternyata di pindahkan ke dalam folder "public". Semakin meningkatnya versi yang dikeluarkan Codeigniter semakin mudah pula dalam penggunaan codeigniter 4, penulisan kode yang lebih singkat dan mudah dalam melacak error.

Didalam instalasi Codeigniter 4 ada 2 cara yaitu instalasi yaitu secara manual dan melalui composer 

Instalasi Codeigniter 4 Secara Manual

Untuk instalasi codeigniter 4 secara manual langkahnya persis sekali seperti menginstal codeigniter 3

Silahkan anda download file framework codeigniter di 

https://github.com/CodeIgniter4/framework/releases/tag/v4.0.2

kemdudian anda ekstrack file tersebut di direktori C:\xampp\htdocs\ Jika anda menggunakan XMPP, C:\wamp\www\ Jika anda menggunakan wampserver dan C:\AppServ\www\ jika anda menggunakan AppServ sebagai web servernya.

Instalasi Codeigniter 4 Melalui Composer

Sebelum anda melakukan instalasi Codeigniter 4 menggunakan composer anda wajib menginstal composer terlebih dahulu jika anda belum punya composer silahkan anda download file setup composer di link berikut https://getcomposer.org/download/ untuk pengguna windows, dan jika anda pengguna Linux/Unix/macOS, lihat di link berikut https://getcomposer.org/doc/00-intro.md 

untuk memastikan composer anda sudah berjalan dan terinstal maka buka Command Prompt / Terminal kemudia ketikan perintah berikut:

composer -v

Jika berhasil maka tampilannya akan seperti berikut :

C:\Users\SERVER RPL>composer -v
   ______
  / ____/___  ____ ___  ____  ____  ________  _____
 / /   / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/
/ /___/ /_/ / / / / / / /_/ / /_/ (__  )  __/ /
\____/\____/_/ /_/ /_/ .___/\____/____/\___/_/
                    /_/
Composer version 1.10.6 2020-05-06 10:28:10

Usage:
  command [options] [arguments]

Options:
  -h, --help                     Display this help message
  -q, --quiet                    Do not output any message
  -V, --version                  Display this application version
      --ansi                     Force ANSI output
      --no-ansi                  Disable ANSI output
  -n, --no-interaction           Do not ask any interactive question
      --profile                  Display timing and memory usage information
      --no-plugins               Whether to disable plugins.
  -d, --working-dir=WORKING-DIR  If specified, use the given directory as working directory.
      --no-cache                 Prevent use of the cache
  -v|vv|vvv, --verbose           Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Available commands:
  about                Shows the short information about Composer.
  archive              Creates an archive of this composer package.
  browse               Opens the package's repository URL or homepage in your browser.
  cc                   Clears composer's internal package cache.
  check-platform-reqs  Check that platform requirements are satisfied.
  clear-cache          Clears composer's internal package cache.
  clearcache           Clears composer's internal package cache.
  config               Sets config options.
  create-project       Creates new project from a package into given directory.
  depends              Shows which packages cause the given package to be installed.
  diagnose             Diagnoses the system to identify common errors.
  dump-autoload        Dumps the autoloader.
  dumpautoload         Dumps the autoloader.
  exec                 Executes a vendored binary/script.
  fund                 Discover how to help fund the maintenance of your dependencies.
  global               Allows running commands in the global composer dir ($COMPOSER_HOME).
  help                 Displays help for a command
  home                 Opens the package's repository URL or homepage in your browser.
  i                    Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json.
  info                 Shows information about packages.
  init                 Creates a basic composer.json file in current directory.
  install              Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json.
  licenses             Shows information about licenses of dependencies.
  list                 Lists commands
  outdated             Shows a list of installed packages that have updates available, including their latest version.
  prohibits            Shows which packages prevent the given package from being installed.
  remove               Removes a package from the require or require-dev.
  require              Adds required packages to your composer.json and installs them.
  run                  Runs the scripts defined in composer.json.
  run-script           Runs the scripts defined in composer.json.
  search               Searches for packages.
  self-update          Updates composer.phar to the latest version.
  selfupdate           Updates composer.phar to the latest version.
  show                 Shows information about packages.
  status               Shows a list of locally modified packages, for packages installed from source.
  suggests             Shows package suggestions.
  u                    Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.
  update               Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.
  upgrade              Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.
  validate             Validates a composer.json and composer.lock.
  why                  Shows which packages cause the given package to be installed.
  why-not              Shows which packages prevent the given package from being installed.

Sebelum menginstal codeigniter 4 silahkan anda menuju direktori root web server anda melalui command promp atau terminal.

Di sini saya menggunakan AppServ sebagai web server saya maka saya menuju direktori root web server saya C:/AppServ/www/ jika anda menggunakan XAMPP atau WAMPP direktori menyesuaikan.

cd ../../AppServ/www

Maka tampilannya

C:\AppServ\www>

Ketika anda sudah masuk direktori root web server anda silahkan ketikan perintah berikut ini untuk instalasi codeigniter 4

composer create-project codeigniter4/appstarter ci-project --no-dev

Maka Hasilnya

C:\AppServ\www>composer create-project codeigniter4/appstarter ci-project --no-dev
Creating a "codeigniter4/appstarter" project at "./ci-project"
Installing codeigniter4/appstarter (v4.0.3)
  - Installing codeigniter4/appstarter (v4.0.3): Downloading (100%)
Created project in C:\AppServ\www\ci-project
Loading composer repositories with package information
Updating dependencies
Package operations: 5 installs, 0 updates, 0 removals
  - Installing laminas/laminas-zendframework-bridge (1.0.3): Downloading (100%)
  - Installing laminas/laminas-escaper (2.6.1): Downloading (100%)
  - Installing psr/log (1.1.3): Downloading (100%)
  - Installing kint-php/kint (3.3): Downloading (100%)
  - Installing codeigniter4/framework (v4.0.3): Downloading (100%)
Writing lock file
Generating autoload files
1 package you are using is looking for funding.
Use the `composer fund` command to find out more!
Generating autoload files
Generated autoload files

perintah diatas akan membuat folder dengan nama "ci-project" pada "C:/AppServ/www" Kemudian silahkan anda masuk ke folder dengan perintah cd ci-project tersebut kemudian ketikan

composer update --no-dev

Maka tampilannya seperti berikut ini :

C:\AppServ\www\ci-project>composer update --no-dev
Loading composer repositories with package information
Updating dependencies
Generating autoload files

Untuk mngecek instalasi anda sudah berhasil atau belum silahkan anda ketikkan

php spark serve

tampilan di terminal :

C:\AppServ\www\ci-project>php spark serve


CodeIgniter CLI Tool - Version 4.0.3 - Server-Time: 2020-05-19 05:07:04am

CodeIgniter development server started on http://localhost:8080
Press Control-C to stop.
[Tue May 19 17:07:06 2020] [::1]:59881 [200]: /favicon.ico

Jika tampilan terminal anda seperti diatas maka codeigniter siap untuk dijalankan silahkan anda ketikan http://localhost:8080/ di browser anda.

Jika berhasil maka tampilannya akan seperti berikut ini


Menginstal Codeigniter 4 melalui composer, mungkin sedikit rumit jika Anda belum terbiasa.

Akan tetapi, dengan menggunakan composer, Anda dapat dengan mudah menginstal paket dependensi yang Anda butuhkan dan dapat mengupdate semua dependensi tersebut dengan mudah.

Post a Comment for "Cara Install Codeigniter 4 Manual dan Lewat Composer"