Latest Laravel/PHP Articles

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


You can create any real time application by using Laravel-websockets. To make use of the Laravel WebSockets package in combination with Pusher, you first need t...
Working with UUID on the public part of your application is the easiest way to hide the real number of records that a table may have, for both privacy and secur...
decode malware php onlineHi All,Today I Wanna Share This amazing Website it can decode any php & javascript files from this websiteRealy Highly recommendedwww.o...
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.
# Queue: Queue is a FIFO (first in first out). Queue task waiting to complete the previous task. Laravel Queue: Laravel queue system increase performance of req...
Decode swoole OnlineHi All,Today I Wanna Share This amazing Website it can decode any php & javascript files from this websiteRealy Highly recommendedwww.obfusc...
Spoiler Alert: Yes, I found several interesting and practical cases. I will share them with you in this post. PHP has several functions that are called magic me...
There’s a particularly unpleasant type of programmer that exists, and you’ve probably met him, either online or in person. I call him PHPStorm Man. NB: Despite...
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.
Scope is something you will need to do if you want to filter somethings from your Model repeatedly and still want to stick with DRY rule. Let’s say you just wan...
Notification is a short and informational message that notifies a user. Now call the notification inside your controller or others file.
This is the demo application of creating Todo-List in Laravel with all possible operations of CRUD. We are using SQLite as database but you can use anything lik...
As you know, PHP converts query string (in the URL or body) to an associative array inside $_GET or $_POST. For example: ?foo=bar becomes Array([foo] => “bar”)....
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.
There’s this little trick in PHP that I got to know about today. The trick basically is, you can loop through all the class properties having the “public” visib...
As mentioned in the previous post, I get countless Recruiters, Agencies, and freelancers approach me for roles as a Developer. However, on the flip side of that...
How to make sure that a user can only update, delete, view, etc. his models (posts) and not the posts of other users. I also asume that you have already a users...
If you work in Tech, IT, or pretty much any "office-based" industry you've come across recruiters. They're great for finding you a new role, helping companies s...