Skip to content

Comment on Laravel 5.1 with LTS is released

Comments

This is a great idea. My main gripe (on a very short evaluation) with Laravel is that the default application that artisan gives you comes with a lot of files dotted around the directory structure. With something like Rails these tend to be locked away in a gem and so when using CTRL+T (or similar) you get a lot of cruft popping up.

That said I do like the things that Laravel gives you out of the box like auth and the command pattern.

`php artisan fresh` removes a lot of the default files. They're intended as a starting point for new users but are entirely removable.

Looks like the Fresh command wasn't registered in the ArtisanServiceProvider. I have a PR open to fix this. https://github.com/laravel/framework/pull/9161

Nope, looks like the command should have been removed anyway... https://github.com/laravel/framework/pull/9161#issuecomment-...

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.