Giter VIP home page Giter VIP logo

qr's People

Contributors

atmonshi avatar cgiupponi avatar dbpolito avatar dependabot[bot] avatar github-actions[bot] avatar schrempfra avatar t1anjiu avatar waelkhalifa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

qr's Issues

I18N

Is there a localized entrance?I want to add Simplified Chinese and Traditional Chinese for this project.But I didn't find the entrance to i18n.

Typed property LaraZeus\Qr\Components\Qr::$optionsColumn must not be accessed before initialization

Typed property LaraZeus\Qr\Components\Qr::$optionsColumn must not be accessed before initialization

usage :

$table
->actions([
// Tables\Actions\ViewAction::make(),
Action::make("Qr")
->label("Scan")
->icon("heroicon-o-qr-code")
->fillForm(fn(HealthBook $record): array => [
'code' => "https://api.qrserver.com/v1/create-qr-code/?size=250x250&data=" . $record->{HealthBook::SEQUENCE},
])->form([
\LaraZeus\Qr\Components\Qr::make('code'),
])
->modalFooterActions()
->slideOver()
]);

PHP version support for this program

I was try to set up the same qrcode site on my server,but i meet a problem.The docs said we need to install Laravel,so what is the Laravel version is.That I can choose what PHP version Laravel is based on its version.(Although I am aware that using the latest version of Laravel would likely ensure support, I prefer to work with the minimum required version. This has always been my approach, perhaps it's a personal quirk.) :)

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.