Latest Laravel/PHP Articles

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


In this tutorial we're going to create our own Laravel package that will give you all the functionality you need to add a contact form to your website. The prob...
In this tutorial we're going to create a Laravel command we can use to import queried models into Algolia search index by using Laravel scout. https://paulund.c...
In this tutorial we're going to investigate using the new Tailwind CSS library and look into build a navigation bar with tailwinds. https://paulund.co.uk/utilit...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In this tutorial we're going to investigate how we can improve our code by cleaning up unnecessary code by using shorthand code samples in PHP. So what do I mea...
In this tutorial we're going to investigate creating view objects in Laravel. On the home page you will display a list of the latest posts but on a category pag...
In this tutorial we're going to learn how we can use a JavaScript library called https://www.npmjs.com/package/css-purge to MASSIVELY reduce the sizes of CSS fi...
When looking to redesign my website, I was looking at using some of the new CSS frameworks that are out there. I don't have the designer eye, so I need all the...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Found this useful Laravel package which works you through the Laravel artisan make command. Using this package you can easily generate the commands for. Control...
When you're learning to write custom rules for https://phpstan.org/developing-extensions/rules or https://github.com/rectorphp/rector/blob/main/docs/create_own_...
Laravel Passwordless Login is an excellent package that provides a temporary signed route that logs in a user. It does not offer a way of sending the link to th...
A best class e-commerce website for tour and travels booking App Link https://www.explorb.com At Explorb Travels, our goal is to make your tour memorable. We cr...
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.
What caused me to write this article was after a frequent failed lint test for an https://cdli.mpiwg-berlin.mpg.de/ that I'm currently contributing to via https...
As a developer, you probably love to create new features in your applications to help your users solve their problems. I once worked for a company where the pro...
Hi guys, We all know that Laravel's Eloquent is using PHP's magic methods (__get & __set) for the columns, accessors, relationships,... and much more. When the...
The Laravel web framework has been considered the best PHP framework for website development for many years. Laravel is an MVC framework for fast, convenient an...