Laravel 5.1 with LTS is released
21–30 of 57 posts
Re: Laravel 5.1 with LTS is released
#22This 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 th…
`php artisan fresh` removes a lot of the default files. They're intended as a starting point for new users but are entirely removable.
Re: Laravel 5.1 with LTS is released
#23Re: Laravel 5.1 with LTS is released
#24Why space? Why not tabs? Why do I need to press 10 times space instead of 2 times the tab?
Re: Laravel 5.1 with LTS is released
#25Why space? Why not tabs? Why do I need to press 10 times space instead of 2 times the tab?
Re: Laravel 5.1 with LTS is released
#26http://laravel.com/docs/5.1/releases#laravel-5.1 In previous versions of Laravel, encryption was handled by the mcrypt PHP extension. However, beginning in Laravel 5.1, encryption is handled by the openssl extension, which is more actively maintained. This is easily my favorite aspect of the new release. Please, everyone else, follow their example and stop using mcrypt in your projects.
Annoyingly I just set up a Laravel install for evaluation on OSX and wrestled with getting mcrypt to work!
(I personally use Mac as my host OS, because I love it, except when it comes to installing server software).
Re: Laravel 5.1 with LTS is released
#27Too bad it is still slow as a glacier.
Re: Laravel 5.1 with LTS is released
#28Too bad it is still slow as a glacier.
Re: Laravel 5.1 with LTS is released
#29By extension, would Lumen (Laravel's micro framework sibling) also now have LTS releases?
Re: Laravel 5.1 with LTS is released
#30Why space? Why not tabs? Why do I need to press 10 times space instead of 2 times the tab?