Goravel, Web framework inspired from Laravel in Golang
1–10 of 64 posts
Re: Goravel, Web framework inspired from Laravel in Golang
#2Re: Goravel, Web framework inspired from Laravel in Golang
#3Re: Goravel, Web framework inspired from Laravel in Golang
#4Laravel, the framework that made me quit PHP. Not sure the concept of "one framework doing everything" will resonate well with the wider Go community. I will keep an eye on it though.
Re: Goravel, Web framework inspired from Laravel in Golang
#5Laravel, the framework that made me quit PHP. Not sure the concept of "one framework doing everything" will resonate well with the wider Go community. I will keep an eye on it though.
I would be interested to hear more.
Re: Goravel, Web framework inspired from Laravel in Golang
#6Re: Goravel, Web framework inspired from Laravel in Golang
#7Laravel, the framework that made me quit PHP. Not sure the concept of "one framework doing everything" will resonate well with the wider Go community. I will keep an eye on it though.
> Laravel, the framework that made me quit PHP. I would be interested to hear more.
Re: Goravel, Web framework inspired from Laravel in Golang
#8It's there a "default" web framework for Go which most of people use?
Re: Goravel, Web framework inspired from Laravel in Golang
#9It's there a "default" web framework for Go which most of people use?
Re: Goravel, Web framework inspired from Laravel in Golang
#10Laravel, the framework that made me quit PHP. Not sure the concept of "one framework doing everything" will resonate well with the wider Go community. I will keep an eye on it though.
> Laravel, the framework that made me quit PHP. I would be interested to hear more.
A lot of good points are written down here: https://old.reddit.com/r/PHP/comments/131t2k1/laravel_consid...
In short, it just doesn't use good programming principles. It's not just easy to write code with bad principles, it's everywhere in the tutorials.
There's of course Laravel apps out there that do have good programming principles. It's very much possible to write good code with Laravel. It's just less common.