Download the PHP package emirustaoglu/artisan without Composer

On this page you can find all versions of the php package emirustaoglu/artisan. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package artisan

Artisan Komut Satırı Aracı

Başlıklar * [Artisan Komut Satırı Aracı](#artisan-komut-satırı-aracı-) * [📜 Genel Bilgiler](#-genel-bilgiler) * [Özellikler](#özellikler-) * [🚀 Kurulum](#-kurulum) * [Gereksinimler](#gereksinimler) * [🛠️ İlk Yapılandırma](#-ilk-yapılandırma) * [📋 Komut Listesi](#-komut-listesi) * [Örnek Kullanım](#örnek-kullanım-) * [🔧 Katkıda Bulunma](#-katkıda-bulunma) * [📜 Lisans](#-lisans) * [🎉 Teşekkürler!](#-teşekkürler)

📜 Genel Bilgiler

Proje Adı: artisan

artisan, Laravel’in komut satırı benzeri araçlarını, Laravel kullanmayan ancak özel bir boilerplate ile çalışan geliştiriciler için sunmayı hedefler.
Bu araç sayesinde, Laravel’in sunduğu gibi, migration, seed, controller oluşturma ve projeyi başlatma gibi işlemleri kolayca yapabilirsiniz.

Kimler İçin?

Özellikler


🚀 Kurulum

Projeyi Composer ile kurabilirsiniz:

Composer kurulumu tamamlandıktan sonra terminal üzerinden şu kodu çalıştırın

Böylelikle projenizin ana dizinine artisan dosyası oluşturulacaktır.

Gereksinimler


Kurulum sonrasında projenizin ana dizinine otomatik olarak bir artisan dosyası oluşturulur. Bu dosyanın yapılandırması şu şekildedir:

📌 Not: Yukarıdaki ayarların proje gereksinimlerinize uygun şekilde yapılandırılması gereklidir.

🛠️ İlk Yapılandırma


📋 Komut Listesi

Komut Açıklama Kullanım
-list Tüm tanımlı komutları listeler. php artisan -list
-version PHP sürüm bilgisi döner. php artisan -version
migrate Veritabanı eşitlemesi yapar. php artisan migrate
seeds Veritabanı seed (sabit veri) işlemlerini çalıştırır. php artisan seeds
serve Projeyi ayağa kaldırır. php artisan serve
make:view Yeni bir view (görünüm) dosyası oluşturur. php artisan make:view viewName
make:migration Yeni bir migration dosyası oluşturur. php artisan make:migration migrationName
make:seed Yeni bir seed dosyası oluşturur. php artisan make:seed seedName
make:controller Yeni bir controller dosyası oluşturur. php artisan make:controller controllerName
make:middlewares Yeni bir middleware dosyası oluşturur. php artisan make:middlewares middlewareName
make:model Yeni bir model dosyası oluşturur. php artisan make:model modelName
make:enum Yeni bir enum dosyası oluşturur (PHP >= 8.1). php artisan make:enum enumName

Örnek Kullanım

  1. Migration ve Seed Çalıştırma:

  2. Yeni Controller Oluşturma:

  3. Projeyi Ayağa Kaldırma:

🔧 Katkıda Bulunma

Bu proje açık kaynaklıdır. İsteyen herkes katkıda bulunabilir ve kullanabilir.

📜 Lisans

Bu proje MIT Lisansı altında lisanslanmıştır. Dilediğiniz gibi kullanabilir ve dağıtabilirsiniz.

🎉 Teşekkürler!


All versions of artisan with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package emirustaoglu/artisan contains the following files

Loading the files please wait ....