ideas

Issues board used for Laravel internals discussions. (by laravel)

Ideas Alternatives

Similar projects and alternatives to ideas

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ideas alternative or higher similarity.

ideas reviews and mentions

Posts with mentions or reviews of ideas. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-10.
  • Go with PHP
    19 projects | news.ycombinator.com | 10 May 2023
    I just don't get why people in php use lazy comparison in php when you know that "0e4"=="0e5" in php.

    and yes, Laravel use lazy comparison. And yes at least three bugs where caused by this use.

    see: https://github.com/laravel/ideas/issues/698 for why I'm a bit grumpy with php ecosystem

  • Laravel considered harmful
    13 projects | /r/PHP | 28 Apr 2023
    I explained why singleton are not well used. There is plenty of example online. TLDR: Laravel hides a lot of dependencies. You want to use another Container? You cannot. The issue is described here: https://github.com/laravel/ideas/issues/1467.
    13 projects | /r/PHP | 28 Apr 2023
    Singleton are not always bad. But facades are used in a singleton manner *everywhere*. Container::getInstance() is also use everywhere so you cannot change the container to another one (https://github.com/laravel/ideas/issues/1467). Using singletons everywhere you hide dependencies. I never say that singleton = bad, just that there is a good way to use them, be careful, know what you are doing.
    13 projects | /r/PHP | 28 Apr 2023
    Singleton usage: The container has a singleton and unfortunately this singleton is used everywhere across the codebase. The Container interface is almost useless because event if we implements this contract, Laravel's container concret implementation will be used by the framework. (Related issue: https://github.com/laravel/ideas/issues/1467) (Occurrences of "Container::getInstance()": https://github.com/laravel/framework/search?q=Container%3A%3AgetInstance%28%29).
  • I've made a random serial key generator
    2 projects | /r/laravel | 16 Jan 2022
    By the way Laravel is still PSR-2 and will unlikely adopt PSR-12, while I understand your intentions. I'm on the fence about suggesting Laravel's users to use a coding standard not adopted in the framework.
  • Strict models
    3 projects | /r/laravel | 1 Oct 2021
    That's what they did here before the PR: https://github.com/laravel/ideas/issues/455
  • Simple feature/project upvoting system?
    2 projects | /r/selfhosted | 27 Jan 2021
    Example: https://github.com/laravel/ideas
  • A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa22b0e18>
    www.saashub.com | 4 Dec 2023
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic ideas repo stats
8
928
1.1
over 2 years ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com