Bugger
Bugger
What this `@` means on `@json`? Is that from blade or Vue?
The same for `@title`? I'm asking this cause It's kinda confusing. I mean, if I have an array being passed down to the view I could just do something like...
@reinink Thank you very much, I heard about Inertia.js before and it looks amazing, I will definitely take a look and probably refactor the project later. Right now I'm using...
@zhanziyang @fontzter Can you explain how the upload would work for multiple images like this? I want to create something similar where an user have his album and can select...
cc @bencompton
@cbezmen That is lovely, thank you very much
I think that this component is kinda encapsulated in the way it's created, I don't think it has customization support.
> @theprobugmaker running to the case he needs to encode UUID as Global ID with the Entity Number: `\n`. > > I think there will be many different formats used,...
Have anyone found a solution or an alternative for this? @olivervogel
@rylxes Here is one based on the original that was removed: ```js MONGO_URL=mongodb://username:password@localhost:27017/next-graphql AUTH_SECRET= SESSION_SECRET= PORT=4000 CLIENT_URL_DEV=http://localhost:3000 CLIENT_URL_PROD=https://next-graphql.now.sh GOOGLE_CLIENT_ID= GOOGLE_SECRET_ID= ROOT_URL_DEV=http://localhost:4000 ROOT_URL_PROD=https://next-graphql-api.now.sh ```