Laravel-Excel
🚀 Supercharged Excel exports and imports in Laravel (by SpartnerNL)
laravel-mysql-spatial
MySQL Spatial Data Extension integration with Laravel. (by grimzy)
Laravel-Excel | laravel-mysql-spatial | |
---|---|---|
7 | 4 | |
12,499 | 803 | |
0.4% | 0.1% | |
7.3 | 0.0 | |
3 months ago | about 1 year ago | |
PHP | PHP | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Laravel-Excel
Posts with mentions or reviews of Laravel-Excel.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-28.
-
Laravel-excel / Maatwebsite
I already did it here but has gone unanswered for 5 days.
- Laravel Excel - Supercharged Excel exports and imports in Laravel
- Laravel Excel – Supercharged Excel Exports and Imports in Laravel
-
I need to import data from over 4000 .xlsx files. What's a quick and dirty solution?
I do this every day with my Laravel project. I use Laravel Excel x
-
Just wanted to give a word of appreciation
As a slight aside, which package are you using for Excel exports? Laravel Excel?
laravel-mysql-spatial
Posts with mentions or reviews of laravel-mysql-spatial.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Efficient Distance Querying in MySQL
I think laravel-mysql-spatial is worth mentioning in this context.
-
Laravel ready for Point() and geospatial data? (I think it isn't)
just go to the issues in the repository, and actually look at them https://github.com/grimzy/laravel-mysql-spatial/issues .
-
How to set model attribute values with bindings?
You should definitely check out https://github.com/grimzy/laravel-mysql-spatial.
-
How to paginate when I apply the "where" after getting the data?
Like /u/octarino said, do the distance filtering in the database. If you're using MySQL, give this package a try: https://github.com/grimzy/laravel-mysql-spatial. Just add a trait to the model, and you get some really useful query scopes. Or you could use the ST_DISTANCE_SPHERE() function manually in a raw where clause. The only requirement is that the location is stored i a column of type POINT (the package also makes it easy to create these in migrations).
What are some alternatives?
When comparing Laravel-Excel and laravel-mysql-spatial you can also consider the following projects:
fast-excel - 🦉 Fast Excel import/export for Laravel
bouncer - Laravel Eloquent roles and abilities.
laravel-cross-eloquent-search - Laravel package to search through multiple Eloquent models. Supports sorting, pagination, scoped queries, eager load relationships and searching through single or multiple columns.
telegram - ✈️ Telegram Notifications Channel for Laravel
sweet-alert - A BEAUTIFUL, RESPONSIVE, CUSTOMIZABLE, ACCESSIBLE (WAI-ARIA) REPLACEMENT FOR JAVASCRIPT'S POPUP BOXES FOR LARAVEL
laravel-enum - Simple, extensible and powerful enumeration implementation for Laravel.