Best of Laravel2023

  1. 1
    Article
    Avatar of stitcherstitcher.io·3y

    PHP in 2023

    PHP has grown to become one of the most popular languages for web development, powering everything from small blogs to large enterprise applications. It's been a little over a year since the foundation was created: a collective of 10 volunteers and 6 developers being paid to work on PHP, the language. In total, $580,000 was raised in 2022.

  2. 2
    Article
    Avatar of lnLaravel News·2y

    Make iTerm2 look fantastic

    Eric L. Barnes Nuno Maduro has a new video tutorial on his YouTube showing how he makes his terminal look amazing. Make iTerm2 look fantastic.

  3. 3
    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.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Animating Tailwind Transitions on Page Load

    The only problem is that you can't implement animations using the transition classes alone. In this tutorial, you will learn how we can solve this with some simple javascript.

  5. 5
    Article
    Avatar of medium_jsMedium·3y

    Why PHP should be renamed to HypeScript

    PHP is facing challenges as it is perceived as not cool anymore, leading to a decline in popularity among younger developers. The post suggests renaming PHP to HypeScript as a way to rebrand and attract new developers without changing the programming language.

  6. 6
    Article
    Avatar of medium_jsMedium·3y

    20 PHP Features You Should Know in 2023

    PHP is always evolving, and it's important to stay up-to-date with the latest features and improvements. This article introduces 20 PHP features you should know as of 2023, each illustrated with a handy code example. PHP 8 introduces two JIT compilation engines, Tracing JIT and Function JIT.

  7. 7
    Article
    Avatar of lnLaravel News·2y

    Laravel Blade & Tailwind CSS UI Component Library

    Turbine UI is a library of web components built for Laravel Blade and styled with Tailwind CSS. It offers over 30 professionally designed components and a proprietary theme and variant systems. You can get started for free by installing Turbine UI via Composer.

  8. 8
    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.

  9. 9
    Article
    Avatar of laravelLaravel·3y

    Laravel v10 Released

    Laravel 10 introduces argument and return types, Laravel Pennant for managing feature flags, and a new abstraction layer for starting and interacting with external processes. It also includes a facelift for Horizon and Telescope.

  10. 10
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Build a Google Drive Clone with Laravel, PHP, and Vue.js

    A 14-hour course on the freeCodeCamp.org YouTube channel will teach you how to build and deploy a feature-rich file manager application using Laravel, Inertia, and Vue.js. The course was created by the experienced developer Zura Sekhniashvili, also known as The Codeholic.

  11. 11
    Article
    Avatar of communityCommunity Picks·3y

    Native PHP: How to Start?

    More than 70–80 percent of the current website you can see is PHP. Before NativePHP, there was a lot of technical help needed to build PHP into an application. It looks like a package for Laravel, so don’t worry if you are a PHP player.

  12. 12
    Article
    Avatar of devtoDEV·3y

    VSCode for PHP and Laravel

    VSCode for PHP and Laravel development is a solid base configuration that can be expanded upon using additional workspace specific configurations. Intelephense is the most important extension to install for PHP support. Phpactor is a PHP Language Server with more features than you can shake a stick atphpactor.

  13. 13
    Article
    Avatar of lnLaravel News·3y

    Filament v3 just launched

    Filament v3 just launched and includes many new features, a completely refreshed UI, a new website, Livewire 3 support, and more. Some of the new features include: Action modals everywhere. Open modals and slide-overs from any button on the page.

  14. 14
    Article
    Avatar of lnLaravel News·3y

    Pines: An Alpine and Tailwind UI Library

    Pines is a library of animations, sliders, tooltips, accordions, modals, and more! It's a set of UI elements that can be copied and pasted into any Alpine and Tailwind projects. To get started with Pines UI, check out the official website and documentation.

  15. 15
    Article
    Avatar of lnLaravel News·2y

    A New Performance Monitoring Tool for Laravel Apps

    Laravel Pulse is a free and open source performance monitoring tool for Laravel apps. It provides aggregate performance data, including system stats, application usage, slow routes, slow jobs, slow queries, exceptions, cache hits/misses, and outgoing request times. It is self-hosted, works anywhere Laravel runs, and has a responsive UI. Pulse is lean and production-ready compared to Laravel Telescope. It offers customization options for the dashboard, and the official release is expected soon.

  16. 16
    Article
    Avatar of freekFREEK.DEV·3y

    Rust: A Language for the Next 40 Years

    A post discussing Rust as a programming language for the future, emphasizing its benefits and potential longevity.

  17. 17
    Article
    Avatar of communityCommunity Picks·3y

    Laravel Volt

    Laravel Volt is a new project announced at Laracon 2023. Volt brings single-file components to Blade templates. This will allow developers to create powerful interactive components that leverage the back-end and the front-end. Conclustion Volt is scheduled to be released this week and I will update this post as soon as this.

  18. 18
    Article
    Avatar of communityCommunity Picks·3y

    PHP CRUD Rest API, using Laravel, Composer, Postgres, Docker and Docker Compose

    Learn how to create a CRUD Rest API in PHP using Laravel, Composer, Postgres, Docker, and Docker Compose. Covers prerequisites, project creation, and step-by-step coding instructions.

  19. 19
    Article
    Avatar of lnLaravel News·2y

    90 Laravel Tutorials, Packages, and Resources from 2023

    A compilation of 90 Laravel tutorials, packages, and resources from 2023.

  20. 20
    Article
    Avatar of communityCommunity Picks·3y

    Laravel Folio

    Laravel Folio is a Page-based routing system introduced to Laravel at LaraconUS 2023. Using Folio you can easily map a route to a specific file or folder, like NextJS or NuxtJS. We can also create dynamic pages using wildcards.

  21. 21
    Article
    Avatar of lnLaravel News·3y

    Laravel Ecommerce with Lunar PHP

    Lunar PHP is a Laravel ecommerce package, with an administrative hub, and a soon-to-be-released API. In this video, let's go through setting up a starter kit and exploring some of its features. The future promises to bring even more enhancements to the table.

  22. 22
    Article
    Avatar of communityCommunity Picks·3y

    How to handle Large data in Laravel?

    This tip mainly focuses on improving the memory usage of your application when dealing with large datasets. If your application needs to process a large set of records, instead of retrieving them all at once, you can retrieve a subset of results and process them in groups. This approach will make more database queries but highly memory efficient.

  23. 23
    Article
    Avatar of freekFREEK.DEV·3y

    MySQL for Developers

    Freek Van der Herten's blog on PHP, Laravel and JavaScript for Developers Link is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more. You'll get a notifications for us when something's wrong.

  24. 24
    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.

  25. 25
    Article
    Avatar of lnLaravel News·3y

    PHPSandbox - Build, Prototype, and share PHP apps in seconds

    PHPSandbox is a web app that allows you to quickly prototype or share PHP projects without setting up a local environment. The base plan is free, and they have an upgraded professional plan for $6 a month, including private repos, email captures, and more.