Download the PHP package vshapovalov/crud without Composer

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

Laravel crud dashboard - CrudIt!

Builded with Vue.js, vuetifyjs

Manage your data, store files.

Support Laravel 7

crud table crud media

Dashboard components

Fields validation using laravel validator

Crud forms has access check by roles(select, add, edit, delete)

How to install

1. Config your application

Check db settings and APP_URL in .ENV file of your application

Make laravel auth scaffolding

2. Require package

if you are using Laravel 5.4, add to config/app.php provider section

3. Install crud

Check url http://app_url/cruds

How to create crud form

There is still a lot of work ahead - localization, etc. ;] All crud forms can be edited from admin panel

System options->Crud forms

Crud components addtional options(json)

textbox - simple textbox

datepicker - date picker

dropdown - simple dropdown, additional field required

richedit - richeditor by tinymce

image - image picker, pick images/files from media library

relation - relation field type, field has options

Media library

Media library can resize image, create thumbnails for uploaded images by default settings, also crud image field have additional options for resize image

config/cruds.php

Menu options

Dashboard menu items can be edited from admin panel

Custom Vue components in dashboard

Also you can use own Vue components, just add them in components section of config/cruds.php

simple component file

then create dashboard menu item< and set action to 'user:testcomponent:mount'

Middlewares and user components in crud form

link js file in components section of cruds.php, use registerMiddleware function to make some action on events emmited by crud form or edit panel or add custom component. if you did not call next(), the action will be interruted in some events:

How to link libraries

Custom components can use Lodash, Axios, they are declared as window obj props

How to create crud form

watch this guide (coming soon)

How to make custom component

watch this guide (coming soon)


All versions of crud with dependencies

PHP Build Version
Package Version
Requires intervention/image Version 2.5.1
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 vshapovalov/crud contains the following files

Loading the files please wait ....