laravel-leaflet-example icon indicating copy to clipboard operation
laravel-leaflet-example copied to clipboard

Project update, now working with Laravel 10 and Vite

Open leandrocaplan opened this issue 2 years ago • 0 comments

Hi there! I've found this project very useful as a starting point to develop an app I'm working on it. However, since it wasn't updated since long ago, I found very hard to run it locally in my computer, mainly because of lots of version conflicts with the modules used by it, both in "composer.json" and "package.json". So then, after hours of trying and trying, I could make it work with the lastest versions of the used modules.

The only module I couldn't update is the SimpleCrudGenerator one, because it's lack of compatibility for Laravel 10.

I couldn't find the way to install it, even by trying this: https://github.com/nafiesl/SimpleCrudGenerator/pull/59/commits/8534e0e6e1e5f74ae8cb0308ecd52fe46952b9a3

Despite I've been attempting a lot of different things, I kept on having the error showed here: https://github.com/nafiesl/SimpleCrudGenerator/issues/58

Since this module it was also developed by you, I think you may find a solution for this.

So then, I've uploaded the updated project into my Gitlab repo, now working in Laravel 10. I've added a couple of things in the README.md, explaining the kind of things I've been doing. Here's the link: https://gitlab.com/leandrocaplan/laravel-10-leaflet-example

I haven't updated the Leaflet version used in the project yet, but I think it would be a good idea for future commits. If there's any suggestion for improving this updated version of the project, please let me know.

Hope you find it helpful!

Best regards Leandro

leandrocaplan avatar Mar 15 '23 04:03 leandrocaplan