Download the PHP package akmalriyadi/laravel-backend-generator without Composer

On this page you can find all versions of the php package akmalriyadi/laravel-backend-generator. 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 laravel-backend-generator

BIG UPDATE V2.2

Big update for package with many feature, stay tune for complete documentation

  1. Return Controller Directly from Service

    Previously, our return was a resource::class, which caused errors not to be visible when using the API until we returned from the service. Now, errors will be visible immediately.

  2. More Complex Data Flexibility

    By switching to direct returns from the service, resources can still be used by simply changing the resourceClass in the __construct. If you don’t want to use it, you can set its value to null.

  3. File Upload V3

    Similar to V1, File Upload V3 gives you more freedom. You can directly input file objects into your functions, so there are no issues if the file is an array.

  4. Where Function

    Apologies for missing this function earlier. It is now available as a base for the where function. You can use QueryOptions for your query options, whether you want to get() or first().

  5. Optimize Pagination

    Pagination data is now more complex, with customizable pagination types available directly from the request. You can also retrieve all data with pagination output.

  6. Fixing Repository Errors

    Correcting errors in repository class writing.

  7. Fixing Single Data Output

    Fixing resource output for single data such as find and findOrFail.

  8. Fixing Pagination Output

    Fixing duplicate pagination output.

  9. Pagination Collection

    You can now paginate any data, not just model data.

  10. Update Environment

    A repository function is now available for updating the environment (.env).

Support My Work

Thank you for visiting my GitHub repository! Your interest in my work means a lot to me. If you find this project helpful or valuable, please consider supporting its development.

Creating and maintaining this project requires significant time and effort. Your support will enable me to continue improving and adding new features to this project.

How You Can Help

  1. Star the Repository: Show your appreciation by giving this repository a star. It helps increase visibility and encourages more contributors to join.

  2. Share with Others: If you know someone who might benefit from this project, please share it with them.

  3. Make a Donation: If you're in a position to contribute financially, any amount would be greatly appreciated. Your donations will directly support the ongoing development and maintenance of this project.

    Donate via PayPal: [email protected]

  4. Have a Special Request or Need Assistance?: If you have any specific requests, ideas for improvement, or if you require assistance related to this project, feel free to reach out. You can email me directly at [email protected].

Thank you for your support!


All versions of laravel-backend-generator with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.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 akmalriyadi/laravel-backend-generator contains the following files

Loading the files please wait ....