Member Since 1 Year Ago
4,720 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 Laravel Nova! Stay Away
I have built several projects through nova already. The only thing I would really criticize is the tedious work you have to do when implementing a well-planned database structure as you have to define everything in three places: The migration, the model and the nova resource. But also I don't see a way around that. Apart from that, there are some minor limitations here and there, but I always found a clean solution to workaround ongoing issues. Overall, I am very happy with nova and the work it takes away when setting up useful backends!
Started a new Conversation Record A Video-Stream On The Server In Realtime
Hey,
We are building a laravel-application where a user has to record a 15+ minutes video through his webcam which will later be reviewed by callcenter agents. Therefore, the video has to be available on the server's storage. As a video of this length will take a long time to upload we are trying to implement a streaming solution where the server will store the video-stream in realtime while the user has his camera running.
Does anybody have experience with media-handling of this type and could give me some ideas on how to implement an incremental video-built? I would be very thankful for any resources or starting points that come to your mind that might help as my media-knowledge is very limited and google search was not really helpful neither.
Appreciate your support!
Started a new Conversation Change "Server Error" Tostated-Message In Nova
Hey there,
does anyone know how to control the error-reporting level of the toasted messages in laravel nova? When for example a database column is not available when saving a model, the toasted message will show the complete error in my local development environment, but in production it only says "Server Error". I want to disable the hidden errors to have the ability to display certain errors to the user through Exceptions.
Thanks for helping!
Replied to Pass Data From Tool Or ToolServiceProvider To Navigation.blade
@digitalagua Sorry, no I didn't....