Laravel Alternatives
Similar projects and alternatives to Laravel
-
-
-
Cloudways
Managed Cloud Hosting Platform. Cloudways leverages advanced technology and powerful servers. Cloudways is a one-click managed cloud hosting platform that provides cloud application and server management solutions.
-
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.
-
-
-
-
fingerprintjs
Browser fingerprinting library with the highest accuracy and stability.
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
-
turbo-laravel
This package gives you a set of conventions to make the most out of Hotwire in Laravel.
-
-
-
-
swoole-src
Programmatic server for PHP with async IO, coroutines and fibers (by openswoole)
-
openapi-psr7-validator
It validates PSR-7 messages (HTTP request/response) against OpenAPI specifications
-
laravel-explicit-array
Improved Laravel dot notation for explicit array keys.
-
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.
-
Monolog
Sends your logs to files, sockets, inboxes, databases and various web services
-
-
Laravel reviews and mentions
-
PHP Map v3.1 - Collections made easy
Seems like you can use the Illuminate classes separately? I might be wrong: https://github.com/laravel/framework/blob/9.x/src/Illuminate/Collections/composer.json. I doubt the extra functionality would be that useful? Could be wrong too.
-
Petition to change divide this subreddit
In Laravel Development goes everything that is code, which are mostly help, news, (free) packages, discussions and fluff. Like Laravel Discussions but on Reddit.
-
Laravel 8.0 on Digital Ocean
Laravel is a very powerful PHP framework. It is used to build complex applications. So, it is important to install it in a secure environment. The best place is to install it on your computer. It is a very tricky process. You have to download the Laravel Framework, composer and create a localhost on your computer. But, it is a time-taking process. If you are a beginner and have no idea about the Laravel framework, it is better to go for the Digital Ocean. It is one of the best ways to install Laravel 8.0. If you are not a beginner, you can also use Digital Ocean.
-
6 New Things Added - New In Laravel 9.14.0
Adds ability to have paginate() $perPage parameter as callable with access to $total https://github.com/laravel/framework/pull/42429
-
Are all popular APIs moving to Cursor based pagination?
>How do you find on the backend if a page is the last one?
Laravel has a manual pagination class called LengthAwarePaginator [1] that accomplishes this by taking the total items (run count(*) on the query) as one of the arguments. It calculates the number of pages based on the count, and per-page # of results and returns an object with a last page property. There's some slight overhead to this and it can be tricky if you have a bunch of subqueries, but I've used it on tables with millions of records.
[1] https://github.com/laravel/framework/blob/9.x/src/Illuminate...
-
3 New Things Added - New In Laravel 9.10.0
Add str() and string() to request object https://github.com/laravel/framework/commit/c9d34b7be0611d26f3e46669934cf542cc5e9e21 Add a findOr method to Eloquent https://github.com/laravel/framework/pull/42092 Add doesntExpectOutputToContain assertion method https://github.com/laravel/framework/pull/42096
-
Should Laravel add back the `remember()` method in the Query Builder?
It was available for Laravel 4.0, but shot down by Taylor in Laravel 5.0 because caching "should be baked into the query builder like that. Belongs in a repository or somewhere else".
-
New Things Added - Laravel 9.9 Released
Add a "throw" Method to the PendingRequest Class https://github.com/laravel/framework/pull/41953
- New Things Added - Laravel 9.6 Released
- Error with Laravel Policies and Laravel Github Action
-
4 New Things Added - New In Laravel 9.6.0
Added whenTableHasColumn and whenTableDoesntHaveColumn on Schema Builder https://github.com/laravel/framework/pull/41517
-
Modern PHP
For what is worth Laravel, which is PHP's most popular framework, throws an Exception:
https://github.com/laravel/framework/blob/master/src/Illumin...
For other frameworks, you can convert warnings into exceptions with 3 lines by implementing a custom error handler.
-
Validate your PHP API tests against OpenAPI definitions – a Laravel example
Let's unpack this a bit. For those unfamiliar with Laravel, $this->get() is a test method provided by the MakesHttpRequests trait to perform a GET request to the provided endpoint, executing the request's lifecycle without leaving the application. It returns a response that is identical to one we would obtain if we'd perform the same request from the outside.
-
4 New Things Added - New In Laravel 9.5.0
Redesign php artisan schedule:list Command https://github.com/laravel/framework/pull/41445
-
[Tip] You can now freeze time in your test
It's already up on 9.5.0.
Stats
laravel/framework is an open source project licensed under MIT License which is an OSI approved license.
Popular Comparisons
Are you hiring? Post a new remote job listing for free.