3,560 experience to go until the next level!
In case you were wondering, you earn Laracasts experience when you:
Earned once you have completed your first Laracasts lesson.
Earned once you have earned your first 1000 experience points.
Earned when you have been with Laracasts for 1 year.
Earned when you have been with Laracasts for 2 years.
Earned when you have been with Laracasts for 3 years.
Earned when you have been with Laracasts for 4 years.
Earned when you have been with Laracasts for 5 years.
Earned when at least one Laracasts series has been fully completed.
Earned after your first post on the Laracasts forum.
Earned once 100 Laracasts lessons have been completed.
Earned once you receive your first "Best Reply" award on the Laracasts forum.
Earned if you are a paying Laracasts subscriber.
Earned if you have a lifetime subscription to Laracasts.
Earned if you share a link to Laracasts on social media. Please email [email protected] with your username and post URL to be awarded this badge.
Earned once you have achieved 500 forum replies.
Earned once your experience points passes 100,000.
Earned once your experience points hits 10,000.
Earned once 1000 Laracasts lessons have been completed.
Earned once your "Best Reply" award count is 100 or more.
Earned once your experience points passes 1 million.
Earned once your experience points ranks in the top 50 of all Laracasts users.
Earned once your experience points ranks in the top 10 of all Laracasts users.
Replied to Laracasts GraphQL Series
Would be great if Jeffrey or someone else :) would do a series about graphql(https://lighthouse-php.com/) , because it's a very interesting technology and can be done using php/laravel so that's sooo nice :D. But there are some things that docs does not explain it too well so someone from Laracasts would be great do make a series about some topics of interest, especially make some explanation with examples about Subscriptions, because there are some problems about that and many of us would be interested about it :D
Hope Jeffrey or someone else :D see this post
Started a new Conversation Laravel Mail
Hi fam,
Can someone help me figure out how can I get rid of the Laravel name when sending an email?. Probably is there a way but I'm not entirely sure how can it be done.
Example: from: Laravel [email protected] by: [email protected]
Started a new Conversation Policy
Hi, So far I implemented policies for my models, but they are specific for a given model by definition. How can i restrict access to a given model with policies if the current model allows that, but the model where some info is requested not. For example: We have two models:
The user is authorize to access any company, but the addresses not, but we can make a join to get any address for given companies and the policy that restrict the access for addresses will is not triggered. Is there a way to trigger it? I suppose it is a normal behavior, but I'm wondering if there is a way to make this thing happen :)
Replied to Laravel Middleware
yes, i have the client made with react and i use laravel for the server, but the react app is not inside the laravel app it's made with react cli
Started a new Conversation Laravel Middleware
Hi, Is it possible to make use of laravel middleware somehow when the client is in a separate application? What I'm trying to ask is if laravel is able to authorize or not some routes that are not loaded inside the laravel application (loaded by laravel application => Ex: in web or api routes)
Started a new Conversation Lighthouse Subscription
Hi. I'm trying to implement a subscription system using lighthouse for graphql support, but for subscriptions I've got stuck because the docs are not very clear and i've run in so many issues trying to make it work searching the web for some1 who made it work , but i see there's no clear way, atleast from what i've read, of making it work... Maybe some1 who has worked or working with lighthouse subscriptions can help me figure this out
Thanks!
Started a new Conversation Lumen & Graphql Implementation
Is there a way to use graphql inside lumen because i checked an article and something is wrong or something changed because I can not make it work ...
Replied to Lighthouse Issue
I found the issue and i'm gonna let the post here for people who's gonna run in the same issue. The problem is i'm currently working on a project that uses version 8 of laravel and you need to use the alpha version of Lighthouse for this to work
Started a new Conversation Lighthouse Issue
I'm trying to install in my project lighthouse for graphql and i get an error when i run "composer require nuwave/lighthouse".
Problem 1 - Conclusion: remove laravel/framework v8.7.1 - Conclusion: don't install laravel/framework v8.7.1
Started a new Conversation Using Vuex In Custom Tools Laravel Nova
Hi,
How we can use Vuex in a custom tool, because I can not find too much on internet about this topic and I need to make state management in my tool.
Can someone help me with this problem ?
Replied to Api Routes And Make Db Query With Custom Tools
And the controller is the same on we use when we are using web routes, right? Second question is we need to put the middleware('nova') when we are creating a api route, and why
Started a new Conversation Api Routes And Make Db Query With Custom Tools
Hi,
I do not quite understand what are exactly and how api routes works in Laravel and how we can do database queries when we are creating our personal custom tools (https://nova.laravel.com/docs/3.0/customization/tools.html) .
Maybe can someone explain it to me?
Started a new Conversation Custom Tools
Hi,
When creating a custom tool we can use any package that we want?
Replied to ManyToMany Relationship
Yes, I know and I tried this and it does not work , the error still exists
Started a new Conversation ManyToMany Relationship
Hi,
I have been using Laravel Nova for a project and I have an error that I kinda know what means but ca not solve the problem.
I have 2 Models : Company - Tag
between them i have a company_tag table that have his own id, company_id, tag_id. For some kind of reason on Tag page i get the error that the id is ambiguous, here's the error:
SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'id' in field list is ambiguous.
Commented on Create A Custom Tool
How can we integrate a custom tool made with Vue as a nova resource, because I can not find anywhere how to..?
Started a new Conversation Laravel Nova Custom Tools With Vue
Hi,
I'm curios if someone know if there is more tutorials, courses about this topic (working with custom tools using Vue). I've watch the course here, on Laracasts, about Laravel Nova but the topic about communicating with Nova and Vue for creating custom layouts and communicating to him how to create such things like layouts and doing much more is a bit low.... the official doc does not say much so maybe someone knows where can i find more information about this topic.
Thanks!