Member Since 9 Months Ago
4,860 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.
Started a new Conversation What Is Your Best Css Framework?
what is your best CSS framework as a front-end developer ? or your alternative when working on a laravel project and why
Started a new Conversation How Can I Ace My Projects
I'm new to laravel so please forgive my question
I'm working on a project that's is complicated example of the project is "bank app" a bank app needs to be very secure and fast for users now apart from that the project will include some extra features
now I'm confused the question? is laravel ok or Django
Replied to How To Allow Users Post Annoymous
thanks for your reply, I would like the user to be able to select if they wish to post as anonymous or as there username
Replied to How To Allow Users Post Annoymous
yes the user is authenticated, yes the user can also post using there own name as well
Started a new Conversation How To Allow Users Post Annoymous
I am trying to create an annoymous post form , where users are allowed to submit a post form without there names or username been displayed instead it will show
and the user can select either they wish to post with there username or as anonymous
posted by anonymous
so how can I achieve this
Replied to Sending Emails Not Working And No Error Is Being Thrown Laravel.
use php artisan view:cache
Replied to Got Error After Deleting Post From App Component
here is the screenshot
https://ibb.co/kSQ0MLC https://ibb.co/kDFvCjj https://ibb.co/B63R1CG
Replied to Videos: Save For Later, Or Watch Later, In Laracasts ?
also can you please remove the limit for download inu country we don't have access to internet like that so we download video down incase if there is no data for internet
Started a new Conversation How Can I Fix This Issue
i created a component post ,which automatically created app/view/components/Post and also resources/view/components/post.blade.php
so I'm trying to make the post blade anonymous and I deleted the Post.php in the app components
now I'm having error target class does not exist
how can I fix this issue
Replied to Got Error After Deleting Post From App Component
yes I created a component there was one in resources/components and there was also another in app/view/components so I deleted the one is app/view because I was trying to make it anonymous but it's didn't work at all
Started a new Conversation Got Error After Deleting Post From App Component
i got this error below after deleting the component from app view, how can i make this work
Illuminate\Contracts\Container\BindingResolutionException Target class [App\View\Components\Post] does not exist. (View: C:\Users\ADEALA\Desktop\tribe\tribe-app\resources\views\posts\index.blade.php)
Replied to Please Help Im Getting This Error
public function up()
{
Schema::create('likes', function (Blueprint $table) {
$table->id();
$table->foreignId('user_id')->constrained()->onDelete('cascade');
$table->foreignId('post_id')->constrained()->onDelete('cascade');
$table->text('body');
$table->timestamps();
});
}
Started a new Conversation Please Help Im Getting This Error
Illuminate\Database\QueryException
SQLSTATE[HY000]: General error: 1364 Field 'body' doesn't have a default value (SQL: insert into likes
(user_id
, post_id
, updated_at
, created_at
) values (11, 204, 2021-01-23 03:05:07, 2021-01-23 03:05:07))
http://127.0.0.1:8000/posts/204/likes
Replied to How Can I Generate 10 Digit Unique Number That Will Be Sent To User After Registration On Laravel
thanks I really appreciate
Replied to How Can I Generate 10 Digit Unique Number That Will Be Sent To User After Registration On Laravel
I would like users to have it as an account number
Started a new Conversation How Can I Generate 10 Digit Unique Number That Will Be Sent To User After Registration On Laravel
I would like to generate a 10 unique number for a user immediately they Register on the website sent via email and probably they will use the generated number to login to the website , teach me how to achieve this or help with directives I'm new to laravel and php
Replied to Please I Am Having Issue Downloading Series From Laracast
since yesterday i still cant download
Started a new Conversation Please I Am Having Issue Downloading Series From Laracast
I am receiving an error 429
Started a new Conversation How To Create A Point System In Laravel
I'm wondering what package should I use in creating a point system
for example user will get point if post submitted is verified
user will get a point if user just registered user will get a point if they refer other user's and also user will be able to transfer point to other user u
Replied to Can I Dive Into Laravel With Basic Php Knowledge
thanks for the advice, I have watched a tutorial on laravel like 6 month ago without no basic knowledge of php and I was able to understand and grasp everything but I don't wanna be to ahead of myself in case I start a project and I would end up not completing it
Replied to Can I Dive Into Laravel With Basic Php Knowledge
i know little about if , else statement, global Variables , CRUD a little bit and functions
Started a new Conversation Can I Dive Into Laravel With Basic Php Knowledge
please I have a basic knowledge about php and I wish to dive into laravel asap
the question is should I be very good at php before diving into laravel or I can learn both at the same time because I don't want to confuse myself
I need a professional advice
Started a new Conversation How To Generate Random Number For Users
good day every one I would like to ask for some help, I want to generate a random 10 digit account number to all my users , this random number generated should be send to users after they have successfully completed there registration and after that users should be able to use this number generated to login into there account
if you can assist me with the code and guidelines I will so much appreciate