Download the PHP package wisnubaldas/baldas-module without Composer

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

Pakage Generate CRUD API Laravel

Pakage ini mempermudah pembuatan costum Model, Controller, Request, Repository. ini hanya bisa dijalankan ketika dalam pembuatan aplikasi sudah ada database nya, atau aplikasi yg akan dimigrasi menggunakan laravel, misalnya.

Ada beberapa tambahan perintah artisan jika menginstal package ini,

perintah ini akan membuat file custom model, api controller, request dan repository

perintah ini akan membuat file dalam folder domain,

perintah ini akan membuat file dalam folder usecase,

perintah ini akan membuat file routing terpisah

dengan begitu aplikasi dapat kita buat dengan memnentukan model arsitektur yang kita inginkan ditambah dengan package tambahan dari andersao/l5-repository.

Package ini juga sudah include dengan

andersao/l5-repository ini memungkinkan kita membuat reposirtory data model di laravel

brick/varexporter It is particularly useful to store data that can be cached by OPCache, just like your source code, and later retrieved very fast, much faster than unserializing data using unserialize() or json_decode().

codedredd/laravel-soap This package provides an expressive, minimal API around the Soap Client from Phpro, allowing you to quickly make outgoing SOAP requests to communicate with other web applications.

ovac/idoc Automatically generate an interactive API documentation from your existing Laravel routes. Take a look at the example documentation. Inspired by Laravel Api Documentation Generator

bennett-treptow/laravel-migration-generator Generate migrations from existing database structures, an alternative to the schema dump provided by Laravel. A primary use case for this package would be a project that has many migrations that alter tables using ->change() from doctrine/dbal that SQLite doesn't support and need a way to get table structures updated for SQLite to use in tests. Another use case would be taking a project with a database and no migrations and turning that database into base migrations.

require system

Install

Membuat multiple koneksi di laravel

Tambahkan koneksi pada file .env

buat koneksi nya

koneksi mendukung failover

minimum stability


All versions of baldas-module with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
prettus/l5-repository Version ^2.9
brick/varexporter Version ^0.5.0
codedredd/laravel-soap Version ^3.0
ovac/idoc Version ^1.7
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 wisnubaldas/baldas-module contains the following files

Loading the files please wait ....