Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Someone near and dear to me recently opened a business (let's call it Generic Company) that runs entirely offline and is pretty low-tech. So I told them it woul...
In this shorter part of the series, we'll start to build up an API for our analyser's rules. The idea here is that we want to be able to store as much informati...
Easily generate PDF documents from HTML right inside of Laravel using this PDF wrapper. ZanySoft\LaravelPDF\PdfServiceProvider::class ] 'aliases' => [ //... 'PD...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
If you have some corrections, recommendations or anything else to say please let me know. Install in config/app.php 'providers' => [ /* * Laravel Framework Serv...
Photo by https://unsplash.com/@amandagraphc on https://unsplash.com TALL stack (Laravel + Livewire + AlpineJS + TailwindCSS), Svelte + SvelteKit, Tauri.
https://dev.to/slyfirefox https://res.cloudinary.com/practicaldev/image/fetch/s--O2C_Kzyn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-image...
Since the availability of https://openai.com/blog/chatgpt/, a large language machine learning model from OpenAI, artificial intelligence seems to be on the rise...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
In this part of the series, we'll start working on the definition collection process for the analyser. We'll be using the https://github.com/pxp-lang/parser sin...
Last Updated on May 1, 2023 https://en.wikipedia.org/wiki/M-Pesa is a popular payment gateway in Kenya and Africa and is used by more than https://www.statista....
In the darker days of web application development, we essentially had two options for working with dependencies. The first is that we could put all the dependen...
This is a curly bracket, or brace: {. It’s rarely used as a punctuation mark, but it is one of the most used symbols in programming languages, where they are us...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
https://dev.to/ashallendesign #introduction Introduction https://collect.js.org is a JavaScript library by https://twitter.com/ecrmnn that provides a convenient...
Various guides exist on how to do this in Laravel, but all the ones I found (https://laravel-news.com/allowing-users-to-send-email-with-their-own-smtp-settings-...
Welcome back to the series. This post is going to be a short one focused on setting up the Rust application and the command-line interface. use clap::{...
In this new series, I'd like to go over the process of writing a static analyser for PHP in the https://www.rust-lang.org/. We'll start by talking about what a...