Member Since 1 Year Ago
3,850 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.
ben.nxumalo left a reply on Could Not Find Package Cviebrock/eloquent-sluggable In A Version Matching 4.2
HI , please just use the
composer require cviebrock/eloquent-sluggable
ben.nxumalo left a reply on Join Two Tables With Multiple Ids
what exactly are out trying to do?
Can it be done using model relations
eg
$this->hasMany(Task::class);
?
ben.nxumalo left a reply on Laravel Production Ubuntu
APP_NAME=Laravel APP_ENV=local
In your .env there is a APP_ENV var set it to production or staging if you want to change it
ben.nxumalo left a reply on Illuminate \ Database \ QueryException After Laravel Migration
Please remove the phpinfo page, before you get into trouble (with hacker|malicious users).... If I were you I would delete it (yesterday)
ben.nxumalo left a reply on How To Downgrade My Laravel, I Have 5.6 And I Want Go To 5.4
I think there are a few ways to go about it but most of them have been mentioned already:
and another thing to take not of is there are some packages that wont work straight up which uses things like mcrypt etc bcz mcrypt has been removed in ^php7.1.
so if I were you I could even use andre's famous PPA to upgrade it to php7.1 its literally 5mins