Member Since 1 Year Ago
4,540 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.
Replied to Issue With Spatie/laravel-medialibrary
PHP 3.2? Are you sure about it? I highly doubt so.
Started a new Conversation Two Factor Authentication As An Option
I'm researching now something what i could use for two-factor authentication in laravel 6. What libraries would you recommend? I would assume there already exist decent solutions for that and there is no real need to write own solution from scratch. I will be thankful also for info on how to implement 2fa as an option in default authentication+socialite system. Such library best if could have selection of 2fa methods: sms, code via email, google authenticator, ubikey and other similar, popular authenticators.
Started a new Conversation How To Use Bootstrap Delivered With Laravel?
This is extremely beginner level type of question but to be honest i do not see it covered in proper way anywhere or google just doesn't like me.
In laravel 6 there is no bootstrap by default so i did all things required to add it to application (php artisan ui bootstrap and so on..) and when it already is installed in my application i would want to start using it. So as it should be available in application after beforementioned command i tried to add any example bootstrap button and see if it works. Copy and pasted code of a danger button from bootstrap examples to default homepage view, when i access page from web browser i can see button but it is not styled as it should be with bootstrap, it is in non-styled, default look of a button.
Does it mean despite adding bootstrap to application i still have to add meta tag with link to cdn into head section of a view in order to make bootstrap styling work? Or should i access bootstrap css classes in some different way?
Started a new Conversation Social Media Activity Integration Into Laravel Application
I want to create a social network app but dedicated to specific community, for example let's say... i do not know... gardeners. As that would be not general social network but oriented towards specific group of people, they already are posting on various social media channels. General idea is: -social network with its own built-in laravel authentication+option of social media authentication and user being able to add later another social media accounts authentication to its account -option to import/share social media posts from users' linked accounts
I did a little bit of research on it so far and at the moment for basic authentication i will need to use socialite, about this is solid documentation and many other tutorials and examples. On the other hand i didn't see anything about adding to user panel option to integrate social media account when user is already created via laravel's authentication.
For second goal i found something called larasap for posting TO multiple social networks from laravel application but that's opposite to what i want to achieve. How can i allow users to post their posts other social networks? Basically how can they import/share their own posts from other services to this application?
I'm asking for tips, links to some guides, libraries, documentations, code samples and so on and i will be thankful for any help on this!
This is rough draft of general idea so if you need more details i'm eager to provide them. As this is new application i will start working on i will be making it with laravel 6 but i will be good with anything you can share.