Best of PHPDecember 2023

  1. 1
    Article
    Avatar of freekFREEK.DEV·2y

    How to build a SaaS in a weekend

    Oh Dear is an all-in-one monitoring tool for websites, offering features such as uptime monitoring, SSL certificate monitoring, broken link detection, scheduled task monitoring, and more. It also provides a developer friendly API, kick-ass documentation, and the ability to create a public status page in under a minute. Start monitoring with Oh Dear's free trial now.

  2. 2
    Article
    Avatar of lnLaravel News·2y

    FrankenPHP v1.0 is Here

    FrankenPHP v1.0 is a modern PHP application server written in Go. It provides a production-grade PHP server with native support for Symphony, Laravel, WordPress, and more. It includes features like easy deploy, extensibility, worker mode, real-time events, compression, logging, monitoring, HTTPS support, and graceful release.

  3. 3
    Article
    Avatar of medium_jsMedium·2y

    PHP Design patterns

    This post discusses design patterns in PHP, their definition, benefits, and different types. It highlights how design patterns can improve communication, flexibility, maintainability, and scalability in software systems.

  4. 4
    Article
    Avatar of medium_jsMedium·2y

    Writing Code like a Senior Developer in Laravel

    Learn how to write clean and efficient code in Laravel by following best practices, utilizing Eloquent ORM effectively, leveraging relationships, applying the DRY principle, and handling business logic in services.

  5. 5
    Article
    Avatar of stitcherstitcher.io·2y

    I don't know

    Two groups of PHP developers, Symfony and Laravel, are divided and often criticize each other's frameworks. The author questions why there is a need to prove superiority and proposes embracing the uncertainty of not knowing.

  6. 6
    Article
    Avatar of semaphoreSemaphore·2y

    NativePHP: Convert any Webapp to the Desktop

    NativePHP is a framework that allows PHP developers to create desktop applications by wrapping PHP applications in Electro. It is compatible with any PHP framework but heavily tailored for Laravel. It is currently in its alpha stage, leaning more towards a beta experience. It supports local SQLite database and building for different operating systems.

  7. 7
    Article
    Avatar of freekFREEK.DEV·2y

    Examples of Great URL Design

    Examples of Great URL Design is an article that discusses the features and benefits of Oh Dear, an all-in-one monitoring tool for websites. It provides monitoring for uptime, SSL certificates, broken links, scheduled tasks, and more. It also offers a developer-friendly API and easy-to-use documentation. Additionally, users can create a public status page in under a minute. The article mentions that the author regularly shares programming tips and learning experiences on various platforms, and they send out a monthly newsletter for PHP developers.

  8. 8
    Article
    Avatar of freekFREEK.DEV·2y

    FrankenPHP with Laravel can do a magical thing

    FrankenPHP with Laravel can add the feature set of Caddy and compile everything down to a single executable, allowing it to be run anywhere.

  9. 9
    Article
    Avatar of freekFREEK.DEV·2y

    PHP attributes in Laravel

    Discover Oh Dear, an all-in-one monitoring tool that provides uptime, SSL certificates, broken link monitoring, scheduled task monitoring, and more. Start monitoring your website now!

  10. 10
    Article
    Avatar of communityCommunity Picks·2y

    How to setup a real fast local Laravel development environment for Windows with pretty URLs (without Docker)

    Learn how to set up a fast local Laravel development environment for Windows using WSL, native php, mysql, and nginx installation and configuration.

  11. 11
    Article
    Avatar of lnLaravel News·2y

    Laravel 10.38 Released

    Laravel 10.38 was released with new features including the `fromRoute()` testing helper, the `@session` blade directive, SQLite support for `whereJsonContains`, and more.