Latest Laravel/PHP Articles

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


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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
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...
Laravel is a free, open-source PHP web framework. Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjo...
Usually, when creating database notifications with Laravel, you may come across cases where you want a copy of these notifications to be stored and later querie...
Last week I wrote an article called How to encrypt large files in Laravel, explaining how to encrypt large files on the local filesystem. Today I want to show y...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
The SQLSRV extension provides functions for accessing Microsoft SQL Server databases. This extension only supports PHP 7.0, 7.1, and 7.2. PHP 7.3 is not yet sup...
To be precise, these facades eliminate the need to use dependency injection of classes -the underlying class method will be automatically called by Facade which...
A while back, someone pointed out that in my Laravel package tutorial, my use of a singleton method was completely unnecessary. Truth be told, up until this poi...
Indexing is a way to optimize the performance of a database by minimizing the number of disk accesses required when a query is processed. It is a data structure...