If you are managing several servers or one server but from time to time you have to perform the same boring routine actions then sooner or later you will want t...
PHP is a server-side scripting language. that is used to develop Static websites or Dynamic websites or Web applications. This language stands for Hypertext Pre...
As developers, we are always trying to write better, more concise code with the intentions of a) making it easier to read, and b) making it perform faster. (At...
Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Today I am with a real-time chat application using PHP WebSockets. This application provides private chat with multiple users in real time. WebSockets is a bi-d...
With or without whereHas, two queries will be run. One to select all users another one to load the related models. When you add the whereHas condition a subquer...
Basically, the most common test we made on every features is CRUD. So I made this code to use it on every feature. So now we have added the code on TestCase.php...
My name is Ismail Tasdelen. As a security researcher. In this article, I will share the php security check list with you. PHP: Hypertext Preprocessor is a web-b...
Creating a table or list of models with full-text search is a usual task. Sometimes we also need to search on derived columns like a concatenation of first name...
Deploying laravel application on Google App Engine is a fairly easy task provided the documentation available on the internet but setting up the asynchronous ta...
Hire a team of experienced Laravel Developers with enough expertise to convert your idea into reality efficiently and effectively. For dedicated laravel develop...
Slack is an instant messaging and collaboration system. Slack allows you to send messages to channel from your application. This will help you to learn what’s h...
Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Today, I would like to share about the work done by one of our most important customer in Japan called Colopl. Outside of Japan, you might not know that company...
I will be using Personal Access Tokens (PAC)for this demonstration. See the Laravel Docs for more on those. Once the user submits the credentials from the login...
Hello everyone. The last days I tried write query which will be select all rows where cat_ids column have number 5(for example) from below table. So if we try t...
During the development of any project that involves storing or manipulating information there are times when having realistic “dummy” data is very helpful. Dumm...