Giter Club home page Giter Club logo

amr_components's Introduction

Amr Component

Install

first clone amr project
https://github.com/amr_mohamed/amr_componnent.git
composer dump-autoload
composer require amr/component:dev-master
>>config>>app.php
  providers = [
    Amr\AmrComponents\AmrServiceProvider::class,
  ];
php artisan vendor:publish --tag=public_all --force

Used

for create new component
php artisan component:create {component_name}
for create view
php artisan component:view {component_name} --type=index --type=edit --type=create
for create migrate
php artisan component:migrate {component_name} --M=file_name

ENV

GOOGLE_API_KEY=GOOHELASASDASDASDASSDS

Helpers

$number = 50123456755552
sanitize_mobile($number) >> 966501234567
-------
$info = 'place_id' || 'address_name';
GetPlaceInformation($lat,$lng,$info)
-------
create input
from_input($name, $label, $type = 'text', $value = '', $lang = null, $autocomplete = null)
-----
create text area
from_input_textarea($name, $label, $value = '', $lang = '')
-----
create from image
from_image($name, $value = '', $label,$multiple = false)
-----
Upload image
file_upload($file, $path = '', $wh = [], $base64 = false, $watermark = false)

amr_components's People

Contributors

mirosadoma avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.