Download the PHP package dog-ears/crud-d-scaffold without Composer

On this page you can find all versions of the php package dog-ears/crud-d-scaffold. 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 crud-d-scaffold

Crud-D-Scaffold for Laravel 7

Hi, this is a scaffold generator for Laravel 7. You can Create Basic CRUD application by using this package.

Demo & Screen Capture

Demo Site
https://demo-cds.dog-ears.net/

Index Create Create - Pivot Detail

Outline

The CRUD application generated by this package has the following features.

[ General ]

[ Index Page ]

[ Create / Edit / Duplication ]

Latest Release note

Ver 4.0.0 Renewal for laravel 7
Ver 3.0.0 Renewal
Ver 2.6.0 Add Varidation and keep old input value.

How to installation and execution

Step 1: Installing laravel/ui package through Composer and create bootstrap

if you want to use laravel auth, use below

Step 2: Installing package through Composer

Step 3: Run Artisan!

You're all set. Run php artisan from the console, and you'll see the new commands below.

This completes the preparation.
Let's register the sample.

Step 4: Crud-D-Scaffold

(i) Copy /vendor/dog-ears/crud-d-scaffold/crud-d-scaffold_case0010.json to your laravel project root
(ii) run crud-d-scaffold:setup

Overwriting the file with -f option.
For the first time, the f option is unnecessary. (No problem with putting on) It is recommended to back up with git before set up scaffold.

(iii) run npm install and npm run dev
(iv) run migration and seeding

It's all over.
Please check your application.

If you want to modify the application structure, After running [migrate: rollback], delete the migration file (/ database / migrations /) and then execute [ Crud-d-scaffold: setup-f ]

How to create crud-d-scaffold.json

see crud-d-scaffold_case00XX.json

and now you can create crud-d-scaffold.json from this site.

ER-DIAGRAM-TOOL
http://er.dog-ears.net/ ER-DIAGRAM-TOOL

Options

-f, --force Overwrite the file. (If there is an existing file in the absence of the option, processing stops there.)

Usage notes

See more information

visit my blog http://dog-ears.net/en/category/laravel/package/scaffold/history/


All versions of crud-d-scaffold with dependencies

PHP Build Version
Package Version
Requires laravel/framework Version ^7.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 dog-ears/crud-d-scaffold contains the following files

Loading the files please wait ....