This is a simple Laravel project demonstrating the use of Laravel Lighthouse for implementing a GraphQL API. The project includes basic functionality such as querying data, mutations, and authentication.
Front-end implementation: Github repo
- GraphQL API built with Laravel Lighthouse.
- Queries: Fetch data from the server.
- Mutations: Create, update, and delete data.
- Authentication: Basic user authentication using GraphQL.
- Schema Definition: Clear and structured GraphQL schema.
- PHP >= 8.0
- Composer
- Laravel >= 9.x
- MySQL or any other supported database
- Clone the repository:
git clone https://github.com/yourusername/laravel-lighthouse-project.git cd laravel-lighthouse-project