Latest Laravel/PHP Articles

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


All tools in the JetBrains Toolbox and included in the All Products Pack subscription have been updated to their new 2020.2 versions. Below you can read about w...
Languages such as JavaScript, which until very recently had a vastly different concept of an object, relied heavily on the idea of Callables and Callbacks.

www.phparch.com

The Business Of PHP
Among the many strategic decisions a business needs to make, one which we as developers are involved with is the choice of tech stack—the tools and technologies...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
In this article I will show the implementation that I made of an annotation parser. There are some answers to that question: You will be surprised at how simple...
Testing is a totally important thing for app development. TDD stands for Test-Driven Development. Test-Driven Development (TDD) approach first, the test is deve...
A couple of weeks ago I came across with Vapor: a serverless deployment platform for Laravel, powered by AWS. The fantastic documentation and a couple of good e...
· August 19, 2020 · ⋆ JavaScript There are two ways of many using which you can loop over the iterables in JavaScript. While both of the statements can loop ov...
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.

github.com

Laravel ACL
This package helps you to associate users with permissions and permission groups with laravel framework GitHub is home to over 50 million developers working tog...
There is a huge emphasis put on the code maintainability, and for a good reason. The programming industry is rife with what we like to term “legacy code,” which...
While much of the world shuts down, the PHP core developers have been hard at work preparing for the release of PHP 8.
Dave Stokes joins Eric Van Johnson and John Congdon to talk about MySQL and databases. Copyright © 2002-2020 musketeers.me, LLC. — All amounts in USD
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Unfortunately, we come across a situation where our root user become unprivilege what does it mean? root user does not have rights to perform operations on data...
Update Aug, 11: This post was well received on Reddit, so I added new anti-patterns to reflect the comments. I spotted common anti-patterns that I had to fix. T...
Imagine being able to simply create a new project (we’ll use laravel for an example), run the command: Then automatically having testapp.test work in the browse...
Ordering the middleware through, I traced the underlying instance Illuminate\Foundation\Http\Kernel And I found two methods: prependToMiddlewarePriority and app...