Git Product home page Git Product logo

laqul / laqul Goto Github PK

View Code? Open in Web Editor NEW
134.0 11.0 36.0 1.35 MB

A complete starter kit that allows you create amazing apps that look native thanks to the Quasar Framework. Powered by an API developed in Laravel Framework using the easy GraphQL queries language. And ready to use the Google Firebase features.

Home Page: https://laqul.github.io/

License: MIT License

PHP 57.87% Vue 18.23% HTML 1.88% JavaScript 21.46% CSS 0.56%
laravel quasar-framework api api-client php graphql javascript oauth2 firebase firebase-auth

laqul's Issues

running client error

` App [SPA with MAT theme] at http://localhost:8080/

Error: Error: Exited with code 3

- index.js:84 ChildProcess.cp.once.code
  [client]/[opn]/index.js:84:13

- child_process.js:925 maybeClose
  internal/child_process.js:925:16

- child_process.js:346 Socket.stream.socket.on
  internal/child_process.js:346:11

`

npm install error

Hola genio, me da error al hacer npm install en el client-backend
Tenes alguna version actualizada de esto?

Alternative DB-provider

Hi,
I've got a question. Is it possible to use instead of firebase an alternative provider like cloudboost, dreamfactory or firebase?
Or would it even be possible to include it into the project?
Thanks
joejoe2016

MySQL integration

I downloaded laqul on Mac, mySQL. I am able to install the whole package without any error. Even tables are being created with seed data into the mysql db. But when I run the server I get laravel's default welcome blade template instead of laqul. Hope you will have a look. thank you.

Upgradin v0.16 to v0.17

After upgrading to 0.17 I have this error :
Error: babel-plugin-transform-imports: import of entire module quasar not allowed due to preventFullImport setting.
I wante to change value for preventFullImport in the file babelrc.js but it’s extended and crashed by quasar-cli in the file /home/devlamine/sites/pr/client/node_modules/quasar-cli/lib/webpack/create-chain.js /:

line 113

    .use ( 'Babel-loader')
      .loader ( 'Babel-loader')
        .Options ({
          extends: appPaths.resolve.app ('babelrc'),
          plugins: cfg.framework.all! == true? [
            [
              'transform-imports', {
                quasar: {
                  transform: `quasar-framework / dist / babel-transforms / imports. $ {cfg.ctx.themeName} .js`,
                  preventFullImport: true
                }
              }
            ]
          ]: []

When I change prevent Full Import: true by false it works !!
I can do framework.all: true in file quasar.conf.js ? there will be no impact in the other functionality ?

Firebase Login

I have got everything working except for the firebase connection.

After logging in I am not being redirected to the dashboard automatically and need to refresh.

I am getting an issue with the token call verifyCustomToken?key=FIREBASE_API_KEY

{
"error": {
"errors": [
{
"domain": "global",
"reason": "invalid",
"message": "INVALID_CUSTOM_TOKEN : AUDIENCE_MISMATCH"
}
],
"code": 400,
"message": "INVALID_CUSTOM_TOKEN : AUDIENCE_MISMATCH"
}
}

Any suggestions to why?

docker-file

Hi,
have you been thinking about generating a docker-file?
Greetings
joejoe2016

A demo link would be great

Thanks you for this would love to contribute after get familiar with , a more detail how to use this would be super

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.