Euan Torano

Results 258 comments of Euan Torano

Yeah, would be a good idea. Just checked the `Str` class, looks like it should be fine: https://github.com/laravel/framework/blob/5.0/src/Illuminate/Support/Str.php#L286

Could do, or could save the time required to do so by just saving it in the DB ;)

This should now be fixed with the URL changes, correct?

Damnit. The username should be slugified (which isn't a work, but `Test/er` should become `test-er`) for all links, same with any slugs used in URLs. I'm not sure if Laravel's...

Or supply it as a custom page at install? ;) > On 17 Apr 2015, at 07:48, Jones [email protected] wrote: > > We should provide a basic registration agreement page....

So we should be doing two queries rather than one? No thanks... A simple fix would be to change the repositories to use `findOrFail()`, which throws an exception if the...

That is the idea, but IMO leaving pages out makes very little sense. It's such a widely used feature and is very simple, so it should be core I believe....

Help documents (if still needed) would be a page created at install that admins can remove if they want :) > On 21 Mar 2015, at 06:19, Omar Gonzalez [email protected]...

So we'd build the help pages as a separate system? IMO it's such a simple feature found elsewhere that it should be core. We don't tend to do official plugins...