40
magis
8y

So I finally tried Laravel... And fuck this shit, I'm going back to PHP...

Comments
  • 3
    the laracasts really help
  • 11
    But... Laravel is PHP...
  • 2
    Its hard at first... But I really love laravel!
  • 1
    @byoigres Yeah but weird and full of random virtualbox shit! I honestly think I got a bit too over my head too quick and ran for the hills
  • 2
    @fredrf maybe I should give it another go then
  • 1
    It is overwelming at first but laracasts helped me a bunch and, after you get the hang of tinker and the framework of how things should be done in laravel, you'll love it.
    Most of the hard work can be streamlined in laravel and you can focus on the logic
  • 0
    @magis I heard the eloquent's ORM is great.
  • 1
    try silex its a microframework based on symfony2.

    and yes. laravel makes me sad.
  • 4
    Try Slim 3 - I like it much better than Laravel.
  • 1
    Don't use vagrant, just setup your machine with wamp or lamp according to what you use. Once you know laravel you wouldn't like anything else.
  • 4
    @rjcrystal you should actually do the opposite. containerize your environment so that you arnt stuck in a single environment.... and you can destroy it when your done.
  • 1
    @mattwebdev you don't start with a big gun when you're learning. It's easier to use something you're familiar with. I focus on the simple use new technology rather than any special way of using it
  • 1
    im beginner in laravel but it seems to be great and excitement maybe you are stuck in installation.
    try Laragon, it install laravel with two click
  • 3
    I had to learn php and laravel in 6 weeks and also complete a project.

    The issue I had that it's so weird compared to a strict language. You can do stuff which a strict language will never let you do.

    Example.
    Return view('homepage')->with($errors)->with($users)->with($images);

    And it will return a view with the 3 variables.

    (easier way is
    Return view('homepage', compact('errors', 'users', 'images')) ;
    )

    Also a nice realization is that array(something => else)
    is the same as
    [something => else]

    I recommend this guide for learning to setup the models with relationships. It really helped me understand relations between the models which can be a tremendous help.
    Https://scotch.io/tutorials/...

    Just keep going and you'll figure it out.
  • 2
    Laravel is really cool. Started learning it like 2 weeks ago from laracasts and currently building a project with it 😀. The documentation is also fantastic
  • 1
    Coming from a guy that hatted laravel last month, it's the best thing ever for those who are working with php! Laracasts FTW
  • 1
    try zend framework first . You will feel better about Laravel....
  • 4
    its like saying I am done with Heroine going back to cocaine. Please don't do drugs and PHP
  • 1
    @magis VALET 👍🏻👍🏻👍🏻
  • 0
    He was not using PHP anymore, decided to try Laravel (PHP) and decided to use PHP again (with Laravel lovely).. It's pretty easy to understand
  • 0
    Best thing about Laravel is Eloquent ORM .... just made database operations simple and easy to use.
  • 2
    Laravel takes a while to get used to, but once you do - it will spoil you wit all the awesomesauce it offers. Probably the best php mvc framework today
  • 0
    @magis it's just a php framework. You can use whatever dev env you want to. You don't even have to use homestead.
  • 0
    Fuck Laravel ... Worst Framework Ever made . i spend lot of time on this shit .... Believe me those people are working on laravel who do not have sense what is man life ...come to php and enjoy daily life also .
  • 1
    Did you notice the environment variables on the debug page? Probably the first framework ever to do so :-)
  • 0
    When you're talking about virtualbox shit! I think you were trying to install Homestead :)))
    Boy you don't need to install homestead to use laravel just use any local shit! ;)))))

    PS: I'm using Laragon.
  • 0
    Jesus! Hate fucking laravel, what a piece of shit.
    OMG, and if you want it worse try nova on top.
    JESUS.

    Every day feels like having my ass destroyed.
Add Comment