Latest Laravel/PHP Articles

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


ugur-muslim.medium.com

DECORATOR PATTERN — PHP
This pattern is really enjoyable because it is like you wrap a present box and another one is infront of your eyes. If you want to see the other patterns you ca...
Note, sorry but this article is going to skip between languages a bit. If you work in PHP, you likely know what they do and how to use them… What promp...
You see the headlines virtually daily: another data breach. The Open Web Application Security Project (OWASP) is an international non-profit organisation dedica...
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.
Action-Domain-Responder can help you keep your architecture clean, have better separation of concerns, and make your code more reusable. But what actualy is an...

safaetulahasan.medium.com

User Role and Permission
app/user.php Crete Model and Table: 3. Create Relationship with user table and roles table. App/User.php database/migrations/2014_10_12_000000_create_users_tabl...
This week I finally hit the delete button. Using a strangler pattern, we got to the point where the legacy SaaS application was completely replaced with a new s...
All top programming languages have proved their positions and “decided” on the niches of their use.However, it is important for every programmer to have an unde...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
So, you don’t want to run that test every time you run the test suite. And you only want it to be run when you wish. So, if you want to tag a test usin...
· December 5, 2020 · ⋆ PHP If you’re working with PHP for a while, there might be a good chance that you’d be in need to fetch the class of an object. This cou...
Beginning today, you may provide a list of email addresses that you would like to receive invoice PDFs when your Forge subscription successfully renews. This ne...

chirag-dave.medium.com

Codeigniter VS Laravel
PHP makes it easier for programmers to build large, complex and modern web applications. The PHP developers also have option to choose from several popular PHP...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.

www.phparch.com

PHP 8 Bits and Git
As scheduled, PHP 8 was released at the end of November. Congratulations are in order for the release maintainers and all contributors involved.
PHP 8 has been released and it includes many new features and improvements: php.net/releases/8.0. As you may know, Forge allows you to specify which PHP version...
I’m not going to lie. Not that it was very difficult, but because it just isn’t well documented — which is odd for anything in Laravel, frankly. The wa...
In this short tutorial we present some code for those who need to generate random strings for security purposes using PHP. Usage: Example 2: This creates a 20 c...