Latest Laravel/PHP Articles

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


matthewdaly.co.uk

The ORM Delusion
I've used some low-level database interfaces like PDO, and the database interfaces from several frameworks, including Codeigniter, Zend 1, Django, and Laravel,...
In Eloquent, you can use the date functions like whereDay(), whereMonth(), whereYear(), whereDate() and whereTime().
Also, you can specify another column to order by. For example, if you want to use updated_at, you can do this:
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Tip #3 - Extract all your constant values (non-variables) into one config file. What do I mean by this? Imagine a scenario where you're developing an API for an...
I found this wonderful and useful article https://laravel-news.
Send Forgot Password EMAIL to reset password. We have already covered Laravel installation and Laravel Auth Scaffolding. Next We will cover forgot password flow...
It is common knowledge that configuration on Laravel applications are one of the very first things to load. If it is not, well, check out the application lifecy...
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.
Badaso is one of wonderfull Laravel package. It's contain Laravel headless CMS, admin panel, dashboard, builder and API CRUD. Badaso is open source 100% free, m...
If you are looking to refresh or reload the new values from the database for a Model, you can do the following $model->refresh(); For example $user = User::find...
Here, i have come with another small piece of code which you can use in updating your laravel existing migrations. Please like share and give positive feedback...
When developing an app that has an admin section (or any non-public section), you'll likely seed test users to log in. In large teams that work on many differen...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
In this tutorial, we will see how a create a Laravel 9 application. We will build a application from scratch. We will create a Product CRUD application.
Hi everyone, recently, I have been trying out several different Web Administration panel kits for my favorite PHP Platform, Laravel. I am looking for an out of...
Developer at Laravel working on the first-party open source libraries. Find me on Twitter, GitHub or my website.
Hello there, 1. Create new laravel application laravel new blue-app cd blue-app 2. Install Blueprint package composer require --dev laravel-shift/blueprint Test...