You are here

Feed aggregator

Customer Balances for Spark Stripe

Laravel Blog - Thu, 02/23/2023 - 12:22
In the latest release of Spark Stripe, we're happy to introduce support for Customer Balances. With this new addition, customers will be able to view their current balance and top up their balance: ![image](https://laravel-blog-assets.s3.amazonaws.com/6AfxMWXvagPW5Wsfdl8xBxp1268QY1NOrJESZN4a.png "image") This feature provides a convenient way for customers whose credit... Tue, 26 Jul 2022 14:42:33 +0000
Categories: Laravel

Laravel: New "about" Command

Laravel Blog - Thu, 02/23/2023 - 12:22
Following on from the recently introduced fresh new look for Artisan, we took some time to identify new Artisan commands to further improve the Laravel experience. Another newly introduced command is "about". This command displays information about your application's environment. Tue, 19 Jul 2022 14:46:38 +0000
Categories: Laravel

Laravel: New "model:show" Command

Laravel Blog - Thu, 02/23/2023 - 12:22
Following on from the recently introduced fresh new look for Artisan, we took some time to identify new Artisan commands to further improve the Laravel experience. One of the newly introduced commands is "model:show". This command dumps out the model and table highlights for the given model. Tue, 19 Jul 2022 14:46:23 +0000
Categories: Laravel

Laravel: Refreshing Artisan

Laravel Blog - Thu, 02/23/2023 - 12:22
On today's release of Laravel v9.21.0, we’re bringing you a fresh new look for Artisan: a brand new console output on the vast majority of Laravel commands that deliveries a better console experience, and displays more information in commands such as "migrate" or "queue:work". Tue, 19 Jul 2022 15:31:01 +0000
Categories: Laravel

Laravel Pint v1.0 Released

Laravel Blog - Thu, 02/23/2023 - 12:22
After a few beta releases, today we've finally reached the first stable release of Pint. And, starting with next week's release of Laravel, Pint will be included on every new Laravel application as a `dev` dependency. Fri, 15 Jul 2022 13:49:30 +0000
Categories: Laravel

Super-charging Laravel Forge Deployments with Environment Variables

Laravel Blog - Thu, 02/23/2023 - 12:22
Aside from provisioning servers and creating sites, Laravel Forge does so much more, including deploying code to your sites. Wed, 06 Jul 2022 17:41:41 +0000
Categories: Laravel

Vapor: Understanding Concurrency

Laravel Blog - Thu, 02/23/2023 - 12:22
Every application running on Vapor is powered by AWS Lambda, which allows us to run code without needing to think about servers. One of the biggest benefits of this type of infrastructure is that it allows our applications to automatically scale to meet demand with... Thu, 23 Jun 2022 14:08:59 +0000
Categories: Laravel

Laravel Forge: Real-Time Deployment Output

Laravel Blog - Thu, 02/23/2023 - 12:22
Today we’re pleased to announce that you can now see the real-time output from your deployments as they happen. You can see the live deployment output in the Deployments panel of any site that is actively deploying. Mon, 20 Jun 2022 11:58:01 +0000
Categories: Laravel

Retrying Payments in Spark Stripe

Laravel Blog - Thu, 02/23/2023 - 12:22
Today we're excited to launch a new feature for Spark Stripe: manual payment retries! When a customer's recurring payment fails, Stripe will typically re-attempt the payment a few days later. However, sometimes a payment fails because of an expired payment method. Once the customer updates... Fri, 03 Jun 2022 09:31:21 +0000
Categories: Laravel

Vapor: GitHub Integration + Scaffolding

Laravel Blog - Thu, 02/23/2023 - 12:22
Today, we are excited to announce that you may create Vapor projects by simply connecting your GitHub account and letting Vapor do the rest! Need more details? Here's what we mean. Starting today, Vapor can create a new GitHub repository, deploy the new application to Vapor, and configure GitHub actions to deploy to Vapor each time you push fresh code to your new application. Mon, 13 Jun 2022 13:20:16 +0000
Categories: Laravel

Vapor: Unlimited Assets & Asset Uploads 10x Faster

Laravel Blog - Thu, 02/23/2023 - 12:22
We are thrilled to announce that applications may now have unlimited public assets and the 400 public assets hard limit has been removed. In addition, we have made multiple performance enhancements to our deployment pipeline that uploads assets to S3. So, asset uploads are now up to 10x faster. Fri, 13 May 2022 08:42:46 +0000
Categories: Laravel

Forge: Ubuntu 22.04 Support

Laravel Blog - Thu, 02/23/2023 - 12:22
We're excited to announce that Laravel Forge now supports Ubuntu 22.04 (Jammy) - the latest Ubuntu LTS release from Canonical! Tue, 10 May 2022 14:35:42 +0000
Categories: Laravel

Vapor: Aurora Serverless v2 Is Now Available

Laravel Blog - Thu, 02/23/2023 - 12:22
This new version adds support for MySQL 8.0, and has a faster, more granular, less disruptive scaling than Aurora Serverless v1. Fri, 06 May 2022 13:51:54 +0000
Categories: Laravel

Manage Composer Credentials with Laravel Forge

Laravel Blog - Thu, 02/23/2023 - 12:22
Forge now makes it even easier and quicker to manage your server's Composer package configurations and deployments with the introduction of the new "Packages" panel. Fri, 22 Apr 2022 16:02:40 +0000
Categories: Laravel

Laravel Forge Command Palette

Laravel Blog - Thu, 02/23/2023 - 12:22
Today we're happy to ship a wonderful new feature to Laravel Forge: the Forge Command Palette! We love making Forge the fastest, simplest, and most enjoyable way to manage your Laravel servers across a variety of platforms. To make you even more productive, the new... Tue, 19 Apr 2022 14:00:57 +0000
Categories: Laravel

Spark 2.0 Now Available!

Laravel Blog - Thu, 02/23/2023 - 12:22
We're happy to announce that Spark 2.0 is now available! Spark Stripe 2.0 includes support for [Cashier Stripe](https://github.com/laravel/cashier-stripe) v13, offering the latest compatibility enhancements with Stripe. Check out [the upgrade guide](https://spark.laravel.com/docs/2.x/spark-stripe/upgrade.html) to update your Spark installation to this new major version. Also, Spark Paddle 2.0... Tue, 12 Apr 2022 15:11:52 +0000
Categories: Laravel

Laravel Nova 4.0 Now Available!

Laravel Blog - Thu, 02/23/2023 - 12:22
This week we are thrilled to launch Nova 4.0 - the largest update to Laravel Nova since its initial release in 2018. David, Mior, and the rest of the Nova team have been hard at work to make this the best Nova release ever. This... Thu, 07 Apr 2022 15:37:19 +0000
Categories: Laravel

Vapor: Applications May Now Have Up to 10 GB Of Temporary Storage

Laravel Blog - Thu, 02/23/2023 - 12:22
AWS recently announced that AWS Lambda now supports up to 10 GB ephemeral storage. In other words, this means that your Vapor environment functions may now hold up to 10 GB of information in the `/tmp` directory. Mon, 28 Mar 2022 18:09:12 +0000
Categories: Laravel

Laravel 9.0 Now Available!

Laravel Blog - Thu, 02/23/2023 - 12:22
This week we shipped Laravel 9.0 - the exciting next chapter in our journey to make web development enjoyable and productive! Laravel 9 continues the improvements made in Laravel 8.x by introducing support for Symfony 6.0 components, Symfony Mailer, Flysystem 3.0, improved `route:list` output, a... Thu, 10 Feb 2022 21:59:34 +0000
Categories: Laravel

Managing Disk Space With "ncdu"

Laravel Blog - Thu, 02/23/2023 - 12:22
Linux ships with a useful command called `du` (Disk Usage), which is used to find the size of files and directories. When provisioning your server, Forge installs `ncdu` which is an advanced version of `du` that allows you to easily navigate your directories via an ncurses interface. This makes it much quicker to identify large files and directories. Thu, 06 Jan 2022 10:50:52 +0000
Categories: Laravel

Pages

Subscribe to ZenPHP aggregator