The scenario: User creates a new page. Once he writes the content, he has the option to select the d...
Anyone knows of an open source project built with them together, or at least some resources to get m...
When I test manually, everything works, but RegisterCept.php functional test just won't pass $I = ne...
So I have two forms on a single page. Login (email, password) and register (username, email, passwor...
I'd like to use Homestead for a non-laravel project, just a simple sandbox if you will, that has a f...
if (user is registered) { display his username } else { display a generic username } You might want...
Update posts table to include slug row and look at Laravel's Str class, Str::slug in particular. So...
Will definitely check it out and go trough the code once I have some time!
You don't need the ProjectUsers model. Watch this video. // User model public function projects() {...
Update your users migration file to include $table->rememberToken(); Laravel requires remember_t...
The Laravel portal for problem solving, knowledge sharing and community building.