Community Articles
You are not connected to the internet.
![]() A NativePHP Example NativePHP is out (in alpha currently), and I’ve had a great time building a desktop app in Laravel. |
August 28th, 2023 | 78 | |
Added On: August 28th, 2023 Views: 78 |
|||
August 22nd, 2023 | 105 | ||
Added On: August 22nd, 2023 Views: 105 |
|||
![]() NativePHP Tutorial: Building a Mac MenuBar application Follow along with me as we put together a Mac MenuBar application to know the local time of each member of your team. |
August 22nd, 2023 | 71 | |
Added On: August 22nd, 2023 Views: 71 |
|||
![]() Everything You Can Test In Your Laravel Application A common challenge in testing is not only HOW to test something, but WHAT you can test. That's why I have made a list of all the things I like to test in my applications. |
July 30th, 2023 | 114 | |
Added On: July 30th, 2023 Views: 114 |
|||
![]() Learn Livewire 3, Volt, and Folio by building a podcast player Yesterday, the Laravel team released Laravel Folio - a powerful page-based router designed to simplify routing in Laravel applications. Today, they released Volt. |
July 28th, 2023 | 193 | |
Added On: July 28th, 2023 Views: 193 |
|||
July 28th, 2023 | 113 | ||
Added On: July 28th, 2023 Views: 113 |
|||
![]() A look at what's coming to Laravel 11 Laravel 11 is not scheduled to be released until the end of the year, but some new features have been shared out, and Taylor goes through some big new improvements in his Laracon keynote. |
July 26th, 2023 | 93 | |
Added On: July 26th, 2023 Views: 93 |
|||
![]() Refactoring conditionals to callables in PHP Recently, I came across a very handy tip by Nuno Maduro where you can refactor some of the conditionals in your code to callables to make your code more elegant and readable. |
July 25th, 2023 | 87 | |
Added On: July 25th, 2023 Views: 87 |
|||
![]() Usage Laravel and ChatGPT "Function calling" Recently, OpenAI released an update for ChatGPT, introducing new features that allow developers to describe language model functions - gpt-4-0613 and gpt-3.5-turbo-0613. These features enable the generation of JSON objects containing arguments to run thes |
July 8th, 2023 | 146 | |
Added On: July 8th, 2023 Views: 146 |
|||
![]() Upcoming Livewire v3 Features and Changes Last Wednesday at Laracon Online, Caleb Porzio gave a talk called "The Future of Livewire" demoing all the new features planned for Livewire v3. In this article, we'll go over those features again in case you missed the talk or want a second look. |
April 17th, 2023 | 787 | |
Added On: April 17th, 2023 Views: 787 |
|||
![]() Recreating the GitHub UI with Tailwind! - Live Stream with Jess Archer Here's Jess Archer showing how you can recreate the GitHub UI with Tailwind. |
April 17th, 2023 | 314 | |
Added On: April 17th, 2023 Views: 314 |
|||
![]() SDKs, The Laravel Way Each call to the builder will modify the underlying pending request. Every modification, another link in the chain, that will be sent, finally, with get(). |
April 17th, 2023 | 314 | |
Added On: April 17th, 2023 Views: 314 |
|||
![]() |
April 3rd, 2023 | 283 | |
Added On: April 3rd, 2023 Views: 283 |
|||
![]() |
February 20th, 2022 | 1,631 | |
Added On: February 20th, 2022 Views: 1,631 |
|||
![]() A Laravel package to monitor the health of your application Using this package you can monitor the health of your application by registering checks. |
December 14th, 2021 | 1,289 | |
Added On: December 14th, 2021 Views: 1,289 |
|||
November 28th, 2021 | 1,391 | ||
Added On: November 28th, 2021 Views: 1,391 |
|||
October 18th, 2021 | 1,058 | ||
Added On: October 18th, 2021 Views: 1,058 |
|||
August 31st, 2021 | 1,212 | ||
Added On: August 31st, 2021 Views: 1,212 |
|||
August 17th, 2021 | 1,142 | ||
Added On: August 17th, 2021 Views: 1,142 |
|||
![]() A lightweight Laravel package to track changes over time The Spatie team has released a new package called spatie/laravel-stats. This package is a lightweight solution for summarizing changes in your database over time. |
July 25th, 2021 | 1,288 | |
Added On: July 25th, 2021 Views: 1,288 |
|||
![]() Pruning Laravel Models In the latest version of Laravel 8, Eloquent models now come with a Prunable and MassPrunable trait to automatically delete models based on criteria. |
July 14th, 2021 | 971 | |
Added On: July 14th, 2021 Views: 971 |
|||
June 29th, 2021 | 1,187 | ||
Added On: June 29th, 2021 Views: 1,187 |
|||
![]() |
June 24th, 2021 | 2,303 | |
Added On: June 24th, 2021 Views: 2,303 |
|||
June 7th, 2021 | 1,650 | ||
Added On: June 7th, 2021 Views: 1,650 |
|||
![]() Why we need multi-line short closures in PHP PHP 8.1 is already taking shape quite well, yet there's one feature I'd love to see added, that's still being discussed: multi-line short closures.
|
June 3rd, 2021 | 1,106 | |
Added On: June 3rd, 2021 Views: 1,106 |
|||
![]() Defining Default Password Validation Rules in Laravel In Laravel 8.43, the Password Validation Rule Object now supports the ability to define default password rules you can use across your application. |
May 29th, 2021 | 1,157 | |
Added On: May 29th, 2021 Views: 1,157 |
|||
![]() A package to watch for file system changes in PHP The Spatie team has released a new package called file-system-watcher. As the name implies, this package can watch changes in the file system and let you act on those changes.
|
May 24th, 2021 | 862 | |
Added On: May 24th, 2021 Views: 862 |
|||
![]() Find N+1 problems instantly by disabling lazy loading In the next release of Laravel 8, you can strictly disable lazy loading entirely, resulting in an exception. |
May 23rd, 2021 | 854 | |
Added On: May 23rd, 2021 Views: 854 |
|||
May 18th, 2021 | 943 | ||
Added On: May 18th, 2021 Views: 943 |
|||
![]() |
May 18th, 2021 | 872 | |
Added On: May 18th, 2021 Views: 872 |
|||
![]() Setup Umami self-hosted analytics using Laravel Forge Umami is a simple, fast, website analytics alternative to Google Analytics. |
May 14th, 2021 | 1,089 | |
Added On: May 14th, 2021 Views: 1,089 |
|||
![]() Laravel Octane v1.0 is Here The Laravel team has been hard at work on Laravel Octane, a tool to supercharge your Laravel application's performance. After releasing the beta in April, Octane has released a stable 1.0 version! |
May 12th, 2021 | 1,041 | |
Added On: May 12th, 2021 Views: 1,041 |
|||
![]() Tailwind Configuration Viewer Tailwind Config Viewer is a local UI tool for visualizing your Tailwind CSS configuration file. |
May 11th, 2021 | 1,110 | |
Added On: May 11th, 2021 Views: 1,110 |
|||
May 9th, 2021 | 1,106 | ||
Added On: May 9th, 2021 Views: 1,106 |
|||
![]() Develop faster by adding a dev routes file in a Laravel app Freek teaches us how to add development-only routes to your application to quickly preview e-mail templates or fire notifications. |
May 8th, 2021 | 878 | |
Added On: May 8th, 2021 Views: 878 |
|||
![]() Password Validation Rule Object in Laravel 8 A new Password Rule object is now included in Laravel v8.39, thanks to the efforts of Nuno Maduro. |
May 2nd, 2021 | 859 | |
Added On: May 2nd, 2021 Views: 859 |
|||
![]() Processing Identity Documents in Laravel Learn how to use a package that allows you to handle documents like passports and other documents that contain a Machine Readable Zone (MRZ). |
April 30th, 2021 | 830 | |
Added On: April 30th, 2021 Views: 830 |
|||
![]() Forge: Octane Support Back in March, Taylor announced the new Laravel Octane project at Laracon Online. Since then, we've been busy working on bug fixes and enhancements to Octane, as well as adding support to Laravel Forge. |
April 21st, 2021 | 824 | |
Added On: April 21st, 2021 Views: 824 |
|||
![]() Validating Laravel Console Input Ryan Chandler shows us how to create a trait to handle console input validation. |
April 20th, 2021 | 712 | |
Added On: April 20th, 2021 Views: 712 |
|||
![]() Things every developer absolutely, positively needs to know about database indexing Kai Sassnowski takes an in-depth dive into database indexing and the best times to use each approach. |
April 10th, 2021 | 981 | |
Added On: April 10th, 2021 Views: 981 |
|||
![]() Laravel Batches and real-time progress with Livewire Upload files using Laravel Echo, Livewire, and Laravel Batch Jobs |
March 30th, 2021 | 1,503 | |
Added On: March 30th, 2021 Views: 1,503 |
|||
![]() 10 New CSS Features You Might Not Know About (2021 Edition) Here are some of the amazing things that CSS is capable of these days. |
March 17th, 2021 | 761 | |
Added On: March 17th, 2021 Views: 761 |
|||
![]() Modern PHP Cheat Sheet A to-the-point summary of all awesome PHP features
|
December 15th, 2020 | 832 | |
Added On: December 15th, 2020 Views: 832 |
|||
![]() Laravel Real-Time Notifications In this post, we will take a look at how we can send real-time notifications with Laravel, the Laravel Websockets package, and Laravel Echo. |
November 30th, 2020 | 1,134 | |
Added On: November 30th, 2020 Views: 1,134 |
|||
![]() 8 Tips to Make Your Website Feel Like an iOS App |
November 23rd, 2020 | 766 | |
Added On: November 23rd, 2020 Views: 766 |
|||
June 10th, 2020 | 1,004 | ||
Added On: June 10th, 2020 Views: 1,004 |
|||
April 14th, 2020 | 919 | ||
Added On: April 14th, 2020 Views: 919 |
|||
![]() Everything I Ever Needed To Know About Web Dev, I Learned From My Twitter Timeline Colin DeCarlo gives his talk on some ideas on cleaning up code in your application gained from "fire tweets" on twitter. |
August 21st, 2019 | 741 | |
Added On: August 21st, 2019 Views: 741 |
|||
![]() Some Shifty Bits Jason McCreary, creator of Laravel Shift, gives his talk on the parts of Laravel that are under-used. He explains how these pieces of the framework can make your code and your apps faster. |
August 12th, 2019 | 756 | |
Added On: August 12th, 2019 Views: 756 |
|||
November 26th, 2018 | 904 | ||
Added On: November 26th, 2018 Views: 904 |
Showing 50 results