Git Product home page Git Product logo

vikas-ukani / laravel-with-graphql Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 2.0 1.12 MB

A Laravel 8 Project Implement with GraphQL With Sanctum APIs Authentications Which utilized in Any Frontend or Any Mobile Application Programs.

License: MIT License

PHP 85.98% Blade 13.11% Dockerfile 0.91%
laravel-framework graphql sanctum hacktoberfest2021 graphql-api hacktoberfest-accepted hacktobefest hacktoberfest-accepted2021

laravel-with-graphql's Introduction

Build Status Total Downloads Latest Stable Version License

Installation

  1. Clone the repository
git clone https://github.com/vikas-ukani/Laravel8-With-GraphQL-APIs.git
  1. Run composer install to install composer packages. composer i

  2. Create your .env file by copying the example provided in the repository

 cp .env.example .env
  1. Run php artisan key:generate to generate and set an application key to the .env. file.

  2. Run php artisan migrate to run the migrations to the database.

Running with Docker ๐Ÿ‹

  1. Clone the repository
git clone https://github.com/vikas-ukani/Laravel8-With-GraphQL-APIs.git
  1. Build the containers
docker-compose up -d
  1. Create your .env file by copying the example provided in the repository and create a laravel.log file into the container and set permissions
 docker-compose exec php-lwg cp .env.example .env
 docker-compose exec php-lwg touch storage/laravel.log   
 docker-compose exec php-lwg chown -R www-data:www-data /var/www/app/storage 
  1. Finally create a valid artisan key
 docker-compose exec php-lwg php artisan key:generate

Now you can migrations, seeders or any command with the containers.

Little About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Contributing

Contributions, Developer Discussions, and Any Valuable Feedback are most welcome. Make your CONTRIBUTING.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

laravel-with-graphql's People

Contributors

irving-caamal avatar vikas-ukani avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

laravel-with-graphql's Issues

Wanted to Implement Docker.

Wanted to Implement Docker..
I want to implement Docker on this laravel project, With the help of, we can easily deploy our laravel project.

Need to add CRUD management module with GraphQL APIs.

I Need your help to implement some attractive modules.

What I Want to build.

  1. I Need help to implement some interactive modules for this project. For example
  2. You can add any kind of module that you want, Let's take a TODO management.

Here, You can take an advantage of Laravel existing features such as Artisan commands, Database Migrations, Database Seeders, Routes, Controllers, Models, GraphQL Query and Mutations

  1. You can also implement authentication to GraphQl APIs and make your own private GraphQL Querys and Middlewares
  2. Add some more beautiful models, where someone can learn something from your work.
  3. Make sure your code must be followed by the Code of Conduct Community and Laravel preferable coding standards.

I want to make an GraphQL API Authentication to Laravel Project.

Discussed in #13

Originally posted by vikas-ukani October 13, 2021
Hello @ALL,

In this project, I'm actively learning and implementing a GraphQL API. Here I want to make a Complete User Authentication System Using GraphQL APIs. Please provide any solutions for any ideas, How can I implement them on this project. Or you also can contribute to the project.

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.