Latest Laravel/PHP Articles

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


It’s been a while since our last update. If you remember, last year, we announced IntelliJ IDEA’s integration with Apache Zeppelin, S3, and its experimental int...
Service Container: is a powerful tool for managing class dependencies and performing dependency injection. Service Provider: is the central place of all Laravel...
When you work with clients that are supplying you with their own secure certificates, they may arrive in different formats that you need to convert, in order to...
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.
It's time again to explore the new features coming to Laravel 7. In this second episode, we are taking a look at the new GuzzleHttp wrapper for Laravel 7 called...
WordPress to Magento Data MigrationStep#1 Install wc2magento plugin Powered By AalogicsStep#2 Activate pluginFrom WordPress Admin Activate the pluginStep#3 Expo...
Creator of Laravel.
Laravel Airlock provides a featherweight authentication system for SPAs (single page applications), mobile applications, and simple, token-based APIs. Airlock a...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Have you ever wanted to have a temporary trash can for your database tables? If yes, keep reading! I wrote a package that does this for you in the easiest way p...
What is Laravel ? :- Laravel is a free, open-source PHP web framework. First you have to create a database at phpmyadmin and connect it with the laravel project...
Dependency injection is one of the things that makes Laravel such a great framework to build in. There’s a lot of functionality already baked into the core that...
Working with 3rd party APIs can always be a hassle but one particular platform I absolutely love working with. It’s developer friendly endpoints, clean interfac...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Certified Laravel | PHP | Magento Developer.
Faker image is broken, the solution is to change the image provider… Sure, but you can’t edit the vendor, can you? Using this technique, your code is safe!
I have been a Python (Django) developer for almost four years, and I have worked on a various number of different applications. Python is an intuitive and easy...
Working with Laravel Eloquent, we always had this ability to check null fields when builing queries on models. For instance, if you want to check if email_verif...