I'm not really a fan of its routing, input access, asset management, etc:
Route::get('/', function(){
return "Hello World!";});
Route::controller('admin::home');
$name = Input::get('name', function() {return 'Fred';});
Asset::add('jquery', 'js/jquery.js');
And the fact it uses static methods everywhere.
David Neilsen | 07 834 3366 | PANmedia ®
On Thu, Jan 31, 2013 at 3:17 PM, Christian Mazur <[email protected]> wrote:
> Hey all.
>
> Does anyone have any experience on Laravel framework? What can you say
> about it?
>
> Thanks!
>
> ch.-
>
> --
> --
> NZ PHP Users Group: http://groups.google.com/group/nzphpug
> To post, send email to [email protected]
> To unsubscribe, send email to
> [email protected]
> ---
> You received this message because you are subscribed to the Google Groups
> "NZ PHP Users Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
--
--
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
---
You received this message because you are subscribed to the Google Groups "NZ
PHP Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.