Latest Laravel/PHP Articles

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


It is that time of the year.These weeks are made to cool off and enjoy family and friends. In this article we keep on going with design patterns specifically we...
PM2 is Nodejs process monitor program. I use it to replace the Laravel official supervisor monitor program. If you want more detail about the configuration, ple...
Have you ever stuck in a situation which a lot of parameters should be send to your API? and you must create tons of queries based on them? If your answer is ye...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Recently, we try to develop many different websites of same nature, i.e, the websites have the almost same features, same business logic, same UI flow. But, UI...
Publish-Subscribe pattern(pub/sub) is a communication mechanism frequently used by micro-service architecture.
Aka how to create a dynamic catch-all nginx config. (Mostly for laravel, but should work w/ any flow if you make some mods). I develop on arch linux and don’t m...
Being a leading Laraveldevelopment company our developers have hands on experience with various Laravel services like Billing, Elixir, Hashing, Artisan Console,...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
I’ve just discovered that you can also maximize the Eloquent from one database to another. Imagine that your team will build an application that separates the A...
Laravel Stripe payment gateway has built a reputation of being easy-to-use for both developers and store owners. Because of great compatibility with Laravel, St...
Your requirements could not be resolved to an installable set of packages. Installation failed, reverting ./composer.json to its original content.
We’ll add ppa:ondrej/php PPA repository which has the latest build packages of PHP.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
This is not a Laravel issue, but a general MySQL Issue. Maybe the server is not running. Are you sure you’re running MySQL in the background? ERROR 1621 (HY000)...
PHPMailer is a code library and used to send emails safely and easily via PHP code from a web server. Sending emails directly via PHP code requires a high-level...
I think everyone loves to work on completely greenfield applications. You get to plan your own course, chose your current favourite technologies, structures, an...
ECHO vs PRINT in phpwe use echo or print in almost every example.echo and print are more or less the same.They are both used to output data to the screen.echo h...