Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises Learn more →
Laravel Alternatives
Similar projects and alternatives to Laravel
-
Laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
-
fingerprintjs
Browser fingerprinting library. Compared to Fingerprint Pro has limited accuracy (40 - 60%), but is fully open source.
-
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
Laravel-Pagebuilder
A drag and drop pagebuilder to manage pages in any Laravel project
-
-
-
evercookie
Produces persistent, respawning "super" cookies in a browser, abusing over a dozen techniques. Its goal is to identify users after they've removed standard cookies and other privacy data such as Flash cookies (LSOs), HTML5 storage, SilverLight storage, and others.
-
-
-
-
-
PHP Dotenv
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
-
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
Laravel reviews and mentions
-
Why is the Laravel Framework code not always optimized?
And as far as what your title states “not optimized” the answer to this is yes, the code is not optimized. In some cases there are minor optimizations that are bizarre, and in other places, PRs for optimization are closed. It’s a bit arbitrary, but c’est la vie.
For instance, I've always learned to separate into methods when things become complicated/unreadable. Sometimes I see code that has something like this (excuse me on my phone, but Ive seen this a couple of times): https://github.com/laravel/framework/commit/8692f67960cb33a598d46dbed3fd12df15eb4a3f
-
Laravel devs are slowly killing best practices
The framework itself runs tests in public. You can see that the workflow with waiting for the machines takes around 6 minutes, but the run on a single platform e.g. PHP 8.2 - prefer-stable takes 2.5-3.5 minutes only. The tests themselves? Thousands in a minute:
-
Laravel considered harmful
Yeah, you were right. And it was last updated in December of 2022, long after typehints became available. Other files are very similar, even most simple of them.
Yes I'm sure, I took the first class I saw as an example: https://github.com/laravel/framework/blob/10.x/src/Illuminate/Auth/AuthManager.php
-
What's the opinion of the core closing tickets with actual problems in them?
For those wondering about the issue I found at first chance of looking - https://github.com/laravel/framework/issues/46880 maybe opinions are different
While there are varying opinions on the topic, the general consensus is that the example provided is not a good practice or use case for the framework.
-
Laravel Priority Queue Driver
https://github.com/laravel/framework/blob/10.x/src/Illuminate/Queue/Console/stubs/jobs.stub ir has a queue column, so, yes you can use multiple queues with the database driver.
-
Laravel TrustProxies with multiple proxies
This issue seems to be related: https://github.com/laravel/framework/issues/25684
-
Tracking the Fake GitHub Star Black Market
Taylor Otwell lol.. He has some pretty dope cars in his garage and is doing well.
I follow him on GitHub, and pay for some of his products. I have been heavily influenced by his coding styles, and the tools he uses. His code just looks so tight and perfect. He writes his stuff so open ended and reusable that he basically writes a method once, and then reuses it across numerous projects.
Look at this tight code: https://github.com/laravel/framework/blob/10.x/src/Illuminat...
I’d say that Adam Wathan is rapidly growing his influence as well, and is probably doing alright too.
-
A note from our sponsor - ONLYOFFICE
www.onlyoffice.com | 1 Jun 2023
Stats
laravel/framework is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Laravel is PHP.