Download the PHP package liyando/crudgenlaravel without Composer

On this page you can find all versions of the php package liyando/crudgenlaravel. 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 crudgenlaravel

Crud-laravel-10

Crud Generator Laravel 9 dan 10 (penghemat waktu Anda)

Crud Generator Laravel adalah paket yang dapat Anda integrasikan di Laravel Anda untuk membuat CRUD NYATA. Itu termasuk:

Instalasi

Satu. Jalankan perintah komposer berikut:

2. Jika Anda tidak menggunakan paket Laravel Collective Form di proyek Anda, instal:

(Catatan: Langkah ini tidak diperlukan jika Anda tidak memerlukan tampilan.)

3. Publikasikan file konfigurasi dan direktori tema default untuk dilihat:

Penggunaan

Buat CRUD (atau REST API)

Mari kita ilustrasikan dengan contoh kehidupan nyata : Membangun sebuah blog

Postingan dapat memiliki bidang Title dan Content

Ayo lakukan ini 🙂

Perintah pembangkit CRUD :

(theory)

(Contoh)

Migrasi

Kedua file migrasi dibuat di direktori database/migrasi Anda. Jika perlu edit dan jalankan:

Pengendali

File pengontrol dibuat di direktori app/Http/Controllers Anda. Semua metode (mengindeks, membuat, menyimpan, menampilkan, mengedit, memperbarui, menghancurkan) diisi dengan bidang Anda.

Rute

Untuk membuat rute untuk pengontrol baru ini, Anda dapat melakukan ini:

(don't forget to import your PostsController in your web.php file)

Meminta

File permintaan dibuat di direktori app/Http/Requests Anda. Secara default, semua bidang wajib diisi, Anda dapat mengeditnya sesuai kebutuhan Anda.

Penayangan

Anda dapat membuat tampilan secara independen dari generator CRUD dengan:

Selesai 🎉

Hapus CRUD

Anda dapat menghapus semua file (kecuali migrasi) yang dibuat oleh perintah make:crud kapan saja. Tidak perlu menghapus file secara manual:

(dalam contoh kita)

Bendera --force (opsional) menghapus semua file tanpa konfirmasi

Lisensi

Paket ini dilisensikan di bawah lisensi MIT.


All versions of crudgenlaravel with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0.0
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 liyando/crudgenlaravel contains the following files

Loading the files please wait ....