Laravel String Markdown Macro
Sometimes you have some markdown data that you’d like to convert into HTML for display on the web. While modern PHP packages make this simple, we can streamline this conversion even more in Laravel…
Sometimes you have some markdown data that you’d like to convert into HTML for display on the web. While modern PHP packages make this simple, we can streamline this conversion even more in Laravel…
The Laravel team released 8.23 yesterday with a new sole() query builder method, enhancements to throw_if() and throw_unless(), and the latest changes in the 8.x branch: The post Laravel 8.23 Release…
OpenAPI Initializer is a Laravel package that provides a straightforward command to scaffold an OpenAPI spec file. The post OpenAPI Initializer appeared first on Laravel News. Join the Laravel Newsle…
Meet Harpoon, the next generation time-tracking and billing software that not only records your financial past, but also helps you plan and predict a profitable future. Find out why thriving agencies…
The Laravel team released 8.17 yesterday with the introduction of transaction-aware code execution, new dump() and dd() request methods, and the latest changes in the 8.x branch. The post Laravel 8.1…
The Laravel team released 8.16 last week with an artisan command to take you directly to a database CLI, an excellent progress bar convenience method, and a new Ably broadcaster implementation. This…