Latest Laravel/PHP Articles

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


You see the headlines virtually daily: another data breach. The Open Web Application Security Project (OWASP) is an international non-profit organisation dedica...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...

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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
OpenAPI definitions are great to generate nice documentations, but there is much more we can do with them OpenAPI is a specification intended to describe RESTfu...
· December 3, 2020 · ⋆ Laravel Sometimes, there might be a case where you would want some of the code that lies outside of the transaction to be executed only...