3,590 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 Livewire In Production
i did dd('somemessage') inside listeners to fired livewire events, i found that took the most of delay time, i think the delay come from livewire firing events and rerendering the components views, any one can give suggestion her please
Replied to Livewire In Production
i think the problem not related to queries in production, because working in single record, my be opening modal with livewire emited events listening to it in laravel component, i work as follow 1- crud in livewire component and called in laravel component that contain modal 2- i include the laravel component inslde the opened screen blade 3- working with livewire event an listening to it using js script to open modal
next video contain comparison between local and production
Replied to Livewire In Production
i put livewire component inslide laravel modal component, and open the modal using livewire events
Started a new Conversation Livewire In Production
Hi, i have laravel project most of them is livewire components, it works normal in local dev, but when i pushed up to production server the response of livewire components is very slow take more than 3 seconds, is there any one has a suggestion solution?
Commented on Think Like A Package Developer
After searching, I got it
$this->loadJSONTranslationsFrom(__DIR__ . '/views/lang');
Commented on Think Like A Package Developer
i have a question, how can i load translation from package folder, i already used
$this->loadTranslationsFrom(DIR . '/views/lang', 'asaydev-chatting'); also i created the vendor package lang folder in lang/vendor/asaydev-chatting/ar.json
but when using @lang('asaydev-chatting::word') not worked
Commented on Think Like A Package Developer
Thank you very much, this is what I am looking for, a simple and fast way to develop a package. I think I would be very adept at developing packages
Commented on The Honeypot Technique
will be very better, if it build in laravel model, and become one of the advantages of the model , my be the time pulled in model variable be enabled or disabled in the inheritance of laravel model class
Replied to Laracasts Quizzes
A very nice idea to start applying the concept of exams and certificates
Started a new Conversation Laracasts Improvments
Hi Since Laracasts is an educational site, in which lessons are presented from programmers who have practical experiences and techniques resulting from experience in making code, I suggest that there be courses that contain tests and are awarded certificates, there is another important thing since the site specializes in teaching Laravel also I suggest that There will be a special course for Laravel examination and certification
Replied to Packages Development
Yes, it is true, I tried it previously, I meant something special here to benefit from previous experiences
Started a new Conversation Packages Development
Hi, i am very happy to be her to learn more advantages
@Jeffrey is the chance to give up tutorials in plugins development
thank you