Overview

Namespaces

  • Composer
    • Autoload
  • Illuminate
    • Support
      • Contracts
      • Facades
  • Laravella
    • Crud
      • Exceptions
      • Facades
  • None
  • PHP

Classes

  • ComposerAutoloaderInit0812ead62c33200f1cfc491b452f7c6a
  • CreateActionsTable
  • CreateAssetsTable
  • CreateAuditTable
  • CreateDisplayTypesTable
  • CreateEventsTable
  • CreateFieldsTable
  • CreateKeyFieldsTable
  • CreateKeysTable
  • CreateKeyTypesTable
  • CreateLogsTable
  • CreateMenuPermissionsTable
  • CreateMenusTable
  • CreateObjectEventsTable
  • CreateObjectsTable
  • CreateOptionsTable
  • CreateOptionTypesTable
  • CreatePageAssetsTable
  • CreatePagesTable
  • CreateSeveritiesTable
  • CreateTablesTable
  • CreateUserGroupPermissionsTable
  • CreateUsergroupsTable
  • CreateUserPermissionsTable
  • CreateViewsTable
  • CreateWidgetTypesTable
  • DbApiController
  • DbController
  • Domain
  • field
  • foreignKey
  • Model
  • PageController
  • primaryKey
  • Record
  • Relation
  • Table
  • xxxxAddMcollectionMediaTable
  • xxxxCreateUsersTable

Functions

  • action
  • app
  • app_path
  • array_add
  • array_build
  • array_divide
  • array_dot
  • array_except
  • array_fetch
  • array_first
  • array_flatten
  • array_forget
  • array_get
  • array_only
  • array_pluck
  • array_pull
  • array_set
  • array_sort
  • asset
  • base_path
  • camel_case
  • class_basename
  • csrf_token
  • dd
  • e
  • ends_with
  • head
  • last
  • link_to
  • link_to_action
  • link_to_asset
  • link_to_route
  • object_get
  • public_path
  • route
  • secure_asset
  • secure_url
  • snake_case
  • starts_with
  • storage_path
  • str_contains
  • str_finish
  • str_is
  • str_plural
  • str_random
  • str_singular
  • studly_case
  • trans
  • trans_choice
  • url
  • value
  • with
  • Overview
  • Namespace
  • Class
  • Tree

No namespace

Classes summary
ComposerAutoloaderInit0812ead62c33200f1cfc491b452f7c6a
CreateActionsTable
CreateAssetsTable
CreateAuditTable
CreateDisplayTypesTable
CreateEventsTable
CreateFieldsTable
CreateKeyFieldsTable
CreateKeysTable
CreateKeyTypesTable
CreateLogsTable
CreateMenuPermissionsTable
CreateMenusTable
CreateObjectEventsTable
CreateObjectsTable
CreateOptionsTable
CreateOptionTypesTable
CreatePageAssetsTable
CreatePagesTable
CreateSeveritiesTable
CreateTablesTable
CreateUserGroupPermissionsTable
CreateUsergroupsTable
CreateUserPermissionsTable
CreateViewsTable
CreateWidgetTypesTable
DbApiController This is used for ajax calls. It just formats the data differently but the work is still done by DbController class.
DbController All database requests are handled by this controller, even the DbApiController ones, although DbApiController is leaner on the response i.e. json.
Domain
field
foreignKey
Model Description of generic Model
PageController This is used for ajax calls. It just formats the data differently but the work is still done by DbController class.
primaryKey
Record
Relation
Table
xxxxAddMcollectionMediaTable
xxxxCreateUsersTable
Functions summary
action Generate a URL to a controller action.
app Get the root Facade application instance.
app_path Get the path to the application folder.
array_add Add an element to an array if it doesn't exist.
array_build Build a new array using a callback.
array_divide Divide an array into two arrays. One with keys and the other with values.
array_dot Flatten a multi-dimensional associative array with dots.
array_except Get all of the given array except for a specified array of items.
array_fetch Fetch a flattened array of a nested array element.
array_first Return the first element in an array passing a given truth test.
array_flatten Flatten a multi-dimensional array into a single level.
array_forget Remove an array item from a given array using "dot" notation.
array_get Get an item from an array using "dot" notation.
array_only Get a subset of the items from the given array.
array_pluck Pluck an array of values from an array.
array_pull Get a value from the array, and remove it.
array_set Set an array item to a given value using "dot" notation.
array_sort Sort the array using the given Closure.
asset Generate an asset path for the application.
base_path Get the path to the base of the install.
camel_case Convert a value to camel case.
class_basename Get the class "basename" of the given object / class.
csrf_token Get the CSRF token value.
dd Dump the passed variables and end the script.
e Escape HTML entities in a string.
ends_with Determine if a given string ends with a given needle.
head Get the first element of an array. Useful for method chaining.
last Get the last element from an array.
link_to Generate a HTML link.
link_to_action Generate a HTML link to a controller action.
link_to_asset Generate a HTML link to an asset.
link_to_route Generate a HTML link to a named route.
object_get Get an item from an object using "dot" notation.
public_path Get the path to the public folder.
route Generate a URL to a named route.
secure_asset Generate an asset path for the application.
secure_url Generate a HTTPS url for the application.
snake_case Convert a string to snake case.
starts_with Determine if a string starts with a given needle.
storage_path Get the path to the storage folder.
str_contains Determine if a given string contains a given sub-string.
str_finish Cap a string with a single instance of a given value.
str_is Determine if a given string matches a given pattern.
str_plural Get the plural form of an English word.
str_random Generate a "random" alpha-numeric string.
str_singular Get the singular form of an English word.
studly_case Convert a value to studly caps case.
trans Translate the given message.
trans_choice Translates the given message based on a count.
url Generate a url for the application.
value Return the default value of the given value.
with Return the given object. Useful for chaining.
crud API documentation generated by ApiGen 2.8.0