Skip to content
#

backpack

Here are 78 public repositories matching this topic...

chshersh
chshersh commented Sep 4, 2018

These functions can be put directly to containers-sig-* packages.

  • !? as an operator version of lookup
  • // for Map difference

For example, there's this useful operator:

infixl 9 !?
(!?) :: Key k => Map k v -> k -> Maybe v
(!?) m k = lookup k m

And probably there exist other useful functions with default implementations. We need to collect such functions an

good first issue signatures

This is a ready to use for development setup / boilerplate of Laravel Backpack with packages like filemanager, file permission, language manager and JWT based authentication and authorization for APIs including email validation

  • Updated Oct 15, 2020
  • PHP

Improve this page

Add a description, image, and links to the backpack topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the backpack topic, visit your repo's landing page and select "manage topics."

Learn more