Latest Laravel/PHP Articles

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


luiyongsheng.medium.com

Laravel InertiaJS SEO workaround
I noticed an issue(#45) raise on Github regarding server-side rendering and SEO.According to the official documentation of InertiaJS, server-side rendering is n...
In almost any Web-application there is some set of values that are used on both backend and frontend parts. Sometimes there are some user input validation value...
With one way or another, the need for better email validation will find the way to find you. You probably already checked out the documentation and see a lot of...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.

blog.jetbrains.com

DataGrip 2020.3.2 is Out!
This is the first update for DataGrip 2020.3. In addition to fixing a few bugs, we’ve managed to add a couple of new features. Check them out below. Apple Silic...
This represents a big departure from the controller with traits approach used in previous versions and has caused some concern that the authentication process i...
The second bug-fix update for PhpStorm 2020.3 is now available! You can update to it using the Toolbox App or right from inside the IDE. You can also download P...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Laravel package to search through multiple Eloquent models. Supports sorting, pagination, scoped queries, eager load relationships and searching through single...
Google Cloud Storage is an object storage in the cloud. gcs’ => [ ‘driver’ => ‘gcs’, ‘project_id’ => env(‘GOOGLE_CLOUD_PROJECT_ID’, ‘your-project-id’), ‘key_fil...
But in this tutorial, I will show you how you can use asynchronous PHP to create a simple joke bot. The first thing you need to do is head over to the Discord d...
Laravel is currently the most popular PHP framework. This guide will show how to create a Continuous Delivery pipeline in Buddy for an application built with La...
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.
For those who don't know what livewire is it's a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of...
Since i developed both backend and mobile application, there is something i need to protect my API. So, i came out an idea where i need to restrict access from...
As you may know, Laravel and PHPUnit execute your tests sequentially within a single process. However, a single process doesn’t use multiple cores; therefore, y...

it-constellation.medium.com

GraphQL: change for the best
Today I’d like to share with you real-life code and schema example how one can successfully integrate And it’s understandable: more and more developers choose t...