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...
DrPrez said: Do you have relations between posts and comments models? In that case class Post exte...
Why just the controller file? Push the entire framework with migrations, seeds, routes, models... Ho...
$comments = comments::where('post_id', '=', $post_id)->first(); On a side note... Models are gen...
It's more or less the same. You could also use Project::findOrFail($id)->delete(); Project::findO...
I can't test now but I do believe that you can only use comma separated values 'files' => 'requir...
The Laravel portal for problem solving, knowledge sharing and community building.