laqul
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.
File Explorer
Download Latest Version (.zip)- Kernel.php
- Handler.php
- LogoutMutation.php
- SaveFcmTokenMutation.php
- UpdateUserAvatarMutation.php
- UpdateUserInfoMutation.php
- UpdateUserPasswordMutation.php
- UserInfoQuery.php
- UserNotificationsQuery.php
- NotificationType.php
- SuccessType.php
- UserType.php
- CustomAccessTokenController.php
- RegistrationController.php
- VerificationController.php
- ForgotController.php
- ResetController.php
- SocialController.php
- Notifications.php
- Controller.php
- EncryptCookies.php
- RedirectIfAuthenticated.php
- TrimStrings.php
- TrustProxies.php
- VerifyCsrfToken.php
- Kernel.php
- EmailVerification.php
- ForgotPassword.php
- PasswordReset.php
- EmailVerification.php
- SocialAccount.php
- MessagingToken.php
- Notification.php
- User.php
- AppServiceProvider.php
- AuthServiceProvider.php
- BroadcastServiceProvider.php
- EventServiceProvider.php
- RouteServiceProvider.php
- .gitignore
- app.php
- app.php
- auth.php
- broadcasting.php
- cache.php
- client.php
- cors.php
- database.php
- fcm.php
- filesystems.php
- graphql.php
- hashing.php
- logging.php
- mail.php
- permission.php
- queue.php
- services.php
- session.php
- view.php
- UserFactory.php
- 2014_10_12_000000_create_users_table.php
- 2014_10_12_100000_create_password_resets_table.php
- 2016_06_01_000001_create_oauth_auth_codes_table.php
- 2016_06_01_000002_create_oauth_access_tokens_table.php
- 2016_06_01_000003_create_oauth_refresh_tokens_table.php
- 2016_06_01_000004_create_oauth_clients_table.php
- 2016_06_01_000005_create_oauth_personal_access_clients_table.php
- 2018_04_04_011623_create_email_verifications_table.php
- 2018_04_04_142417_create_social_accounts_table.php
- 2018_04_04_145622_create_permission_tables.php
- 2018_04_04_153230_create_messaging_tokens_table.php
- 2018_04_04_154423_create_notifications_table.php
- DatabaseSeeder.php
- OauthClientSeeder.php
- UserSeeder.php
- .gitignore
- app.css
- app.js
- .htaccess
- favicon.ico
- index.php
- robots.txt
- web.config
- ExampleComponent.vue
- app.js
- bootstrap.js
- _variables.scss
- app.scss
- auth.php
- pagination.php
- passwords.php
- validation.php
- email-verification-plain.blade.php
- email-verification.blade.php
- forgot-password-plain.blade.php
- forgot-password.blade.php
- graphiql.php
- welcome.blade.php
- api.php
- channels.php
- console.php
- web.php
- .gitkeep
- default_avatar.jpg
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- ExampleTest.php
- ExampleTest.php
- CreatesApplication.php
- TestCase.php
- .env.example
- .gitattributes
- .gitignore
- artisan
- composer.json
- composer.lock
- package.json
- phpunit.xml
- readme.md
- server.php
- webpack.mix.js
- login-bg.jpg
- logo.png
- register-bg.jpg
- apollo-init.js
- app-setup.js
- console-output.js
- firebase-init.js
- index.js
- local-storage.js
- session.js
- xsrf.js
- email-verification.vue
- forgot-password.vue
- login.vue
- registration.vue
- reset-password.vue
- user-avatar.vue
- user-info.vue
- user-notification.vue
- user-password.vue
- .gitkeep
- index.js
- common.variables.styl
- variables.ios.styl
- variables.mat.styl
- app.styl
- firebase-cm.js
- index.js
- initial-request.js
- update-timezone.js
- backend.js
- firebase.js
- graphql.js
- index.js
- logout.gql
- saveFcmToken.gql
- updateTimezone.gql
- updateUserAvatar.gql
- updateUserInfo.gql
- updateUserPassword.gql
- initialInfo.gql
- userNotifications.gql
- index.js
- index.js
- index.js
- authorization-header.js
- queue.js
- x-requested-with-header.js
- index.js
- request.js
- response.js
- set-url.js
- index.js
- request.js
- response.js
- User.vue
- Authentication.vue
- Dashboard.vue
- email-verification.vue
- forgot-password.vue
- login.vue
- registration.vue
- reset-password.vue
- social-login.vue
- home.vue
- user-avatar.vue
- user-info.vue
- user-password.vue
- 404.vue
- .gitkeep
- addressbar-color.js
- axios.js
- boot.js
- config.js
- croppie.js
- error-handler.js
- firebase.js
- guard.js
- i18n.js
- local-storage.js
- moment.js
- vuelidate.js
- index.js
- index.js
- index.js
- routes.js
- common.js
- initial-request.js
- login.js
- logout.js
- refresh-tokens.js
- update-timezone.js
- user-notifications.js
- apple-icon-152x152.png
- favicon-16x16.png
- favicon-32x32.png
- icon-128x128.png
- icon-192x192.png
- icon-256x256.png
- icon-384x384.png
- icon-512x512.png
- ms-icon-144x144.png
- firebase-messaging-sw.js
- laqul-logo.png
- actions.js
- getters.js
- index.js
- mutations.js
- state.js
- actions.js
- getters.js
- index.js
- mutations.js
- state.js
- index.js
- App.vue
- index.template.html
- .babelrc
- .editorconfig
- .eslintignore
- .eslintrc.js
- .gitignore
- .postcssrc.js
- .stylintrc
- package.json
- quasar.conf.js
- README.md
- index.php
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/laqul/laqul
Downloads the entire project code from GitHub to your computer.
cd laqul
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
3. PHP (Composer)
EasyPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
