Latest Laravel/PHP Articles

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


stitcher.io

New in PHP 8
PHP 8, the new major PHP version, is expected to be released by the end of 2020. It's in very active development right now, so things are likely to change a lot...
Sometimes, it’s convenient when you could get to access class objects as arrays. For instance, the time when one of the class properties is of type array and yo...
Websockets are cool. They are really helpful if you want to show real-time activities from your users (or perhaps some queue jobs). Now, if you are afraid of th...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
With the release of TailwindCSS 1.2, you can now create CSS Grids with Tailwind! Check it out!
Then this course is all you need, in this course you would learn how to implement a follow and unfollow system with PHP Laravel and MySQLI like Twitter and Face...
In this tutorial we will go over Example of Multi Page / Step Form in Laravel with Validation. This tutorial does not use any javascript component to create mul...
I was recently assigned to as task to paginate our chat app and other pages that requires pagination. Pagination was great but we want to try something new and...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Certified Laravel | PHP | Magento Developer.
Laravel Nova has been available for over a year now and I’ve been pleasantly surprised by just how extensible it is despite the documentation sometimes being a...
A class can be thought of as a set of blueprints that describe something. From this set of blueprints, individual examples can be made. These examples, often ca...
Starting today, new Vapor deployments will ensure a separate AWS Lambda function exists for running your queued jobs. Before this change, queued jobs executed w...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
You can now use CSS transforms right out of the box with TailwindCSS v1.2. With the above example, the div will be scaled 150%, rotated 45 degrees, translated t...
Support for CSS grids has been added to Tailwind v1.2. Here's a little example: Tailwind provides support for a lot of CSS grid properties out of the box, but a...
A number of projects I've worked on have required custom admin panels that are custom enough that I can't get away with using Laravel Nova. When this happens it...
Recently I discovered that the default logout functionality in Laravel actually logs the user out from all their devices. This is because upon logout it cycles...