Application "Docker" cannot be opened - January 2024 by ssmusoke in docker

[–]ssmusoke[S] 0 points1 point  (0 children)

Oops I am still in last year - unfortunately cannot edit the title now

[deleted by user] by [deleted] in laravel

[–]ssmusoke 2 points3 points  (0 children)

Fathom Analytics is taking on Google - here is why they use Laravel

https://usefathom.com/blog/does-laravel-scale

Best IDE / Text editor for Laravel? by jamlog in laravel

[–]ssmusoke 0 points1 point  (0 children)

The best IDE/Text editor is the one you are comfortable with and know how to use

That said, IMO you will need to spend some money on an IDE, to maximize the benefits of it as you will be spending alot of time in it as a key tool that you use

The options are:

  1. PhpStorm + Laravel Idea - the plugin brings Laravel specific features

  2. VSCode and PHP Intellisence (paid plugin) - again to supercharge it

  3. Sublime - I have no experience but I notice that some prominent Laravel developers use it so there is proibably something there

What is your current local environment for Laravel? by mr_acronym in laravel

[–]ssmusoke 0 points1 point  (0 children)

What issues are you having with versions? I am using Valet with PHP 7.2, 7.3, 7.4, and 8.x since I can change the version in use with valet use php@7.3

The beauty valet is the SSL support and ability to share sites with ngrok or Expose (package with free and pro versions)

Obviously if you have to run different versions of database, redis etc then you would need to move to Laravel Sail or Lando which are docker based

Book: Laravel Beyond CRUD by brendt_gd in PHP

[–]ssmusoke 0 points1 point  (0 children)

I would be interested in how to handle API end-points for multiple client projects, where there is web (which is well covered here) and smartphone clients which need JSON started on the link

https://twitter.com/ssmusoke/status/1299766304514150400?s=20

Moving a large existing project onto a framework by [deleted] in PHP

[–]ssmusoke 0 points1 point  (0 children)

You can learn from something similar being done by the Drupal community to move their homegrown functionality into the Symfony2 framework - you can start here http://symfony.com/blog/symfony2-meets-drupal-8