Latest Laravel/PHP Articles

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


Listening for Model Events in Laravel can sometimes be a tedious task. It usually becomes quite unmanageable to maintain when a client or application requires a...
Class properties now support type declarations. The below example will enforce that $user->idcan only be assigned integer values and $user->name can only be ass...
In many cases it is useful to create a validation so that the texts sent by a request have a certain format, this task is extremely simple in Laravel, even if t...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Datatables provides us quick search, pagination, ordering, sorting and etc. It fetches the records using eloquent model using ajax query. It will istall latest...
Websockets are cool. They are really helpful if you want to show real-time activities from your users (or perhaps some queue jobs). Now, if you are afraid of th...
PHP 7.4.0 GA stable release is out now. Centmin Mod 123.09beta01 LEMP stack has been updated to support PHP 7.4. I posted some comparison benchmark for REMI Yum...
Instead of forcing you to change how you write your app, it bootstraps tenancy automatically, in the background. Two commands is all you need to get started.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
IBM-DB2: Random stuffs. This is a great book on IBM-DB2. If you are experienced with DBMS systems like SQL Server, Oracle, MySQL, the first thing you may want t...
In many cases it is useful to create a validation so that the texts sent by a request have a certain format, this task is extremely simple in Laravel, even if t...
Check the following string manipulation related functions in PHP. String manipulation is pretty common in Software Development (esp. in high level, even in low...
PHP 7.4 is slated to be released on November 28, 2019. But we bring in for you a closer and first look at the latest PHP version with enhanced and improved feat...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
In software engineering, software design patterns are common solutions for common problems. Is it a piece of code? Of course, NOT! It could be a description or...
run: php artisan tinker#Inside tinker run:>>> \Bus::dispatch(new \Fhferreira\Api\Domains\Payments\Jobs\IntegrateStudentsErp([10]));>>> \Queue::push(new \Fhferre...
Crater is an open-source web & mobile app that helps you track expenses, payments & create professional invoices & estimates. Web Application is made using Lara...
The version should show 7.4.x. Note: if you're using Laravel Valet, please keep on reading, you need some extra steps in order for the web server to properly wo...