Download the PHP package tobidsn/apigenerator without Composer

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

Laravel Admin CRUD Generator

Total Downloads Latest Stable Version License

This Generator package provides various generators like Admin CRUD, Controller, Model, View based from table for your painless development of your applications.

Requirements

Laravel >= 5.5
PHP >= 7.0

Installation

Once the package is installed, you should register the Tobidsn\ApiGenerator\ApiGeneratorServiceProvider service provider. Normally, Laravel 5.5+ will register the service provider automatically.

After that, publish its assets using the vendor:publish Artisan command:

Usage

Generating Migrations

Running Migrations

Admin CRUD Command

Signature information

Test

Please Login to laravel and access http://localhost:8000/admin/user

Configuration

You will find a configuration file located at config/apigenerator.php

Custom Template

When you want to use your own custom template files, then you should turn it on and it will use the files from resources/stubs/

Path

You can change your template path easily, the default path is resources/stubs/.

View Columns

When generating CRUD or the views, the generator will assume the column number to show for the CRUD grid or detail automatically from the config. You can change it.

Custom Delimiter

Set your delimiter which you use for your template vars. The default delimiter is %% in everywhere.

Note: You should use the delimiter same as yours template files.

View Template Vars

This configuration will help you to use any custom template vars in the views index, form,list, create, edit, show

Route group

Route group of the controller

View path

View path for view generator

Form Helper

Helper for custom view and form

Custom Templates

The package allows user to extensively customize or use own templates.

All Templates

To customize or change the template, you need to follow these steps:

  1. Just make sure you've published all assets of this package. If you didn't just run this command.

  2. To override the default template with yours, turn on custom_template option in the config/apigenerator.php file.

  3. Now you can customize everything from this resources/stubs/ directory.

  4. Even if you need to use any custom variable just add those in the config/apigenerator.php file.

License

This project is licensed under the MIT License - see the License File for details


All versions of apigenerator with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1 || ^8.0
illuminate/support Version ^6.0|^7.0|^8.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 tobidsn/apigenerator contains the following files

Loading the files please wait ....