Latest Laravel/PHP Articles

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


` $(function () { $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); let tblMassy = $('#tblMassy').
Laravel has dominated the PHP web framework landscape for many years now. If you build custom PHP websites, chances are you have used the framework once or twic...
Laravel breeze is an Authentication scaffolding for web and APIs. Breeze is powered by Laravel Sanctum for Authentication system, by default it includes CSRF pr...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Making an api using laravel is very simple and makes it much easier for us to develop, it also helps you understand and apply good programming practices.
Managing your schema migrations is essential for any application. In this tutorial, we will show you how to manage your Materialize schema migrations with Larav...
Choosing any framework is challenging. A framework is a tool that requires commitment; we rarely choose it for just one project. We take our time, learn it, ada...
My idea to launch a blog for informing you about Web Development themes was one of my dozens side projects since several months. But first let me introduce myse...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
When using Laravel Jetstream Teams the default Jetstream roles may be to unflexible for some needs. When you need more features regarding your team role managem...
If you want to store or process sensible user data. It might make sense to encrypt the files on your storage system to improve user privacy. I am going to prove...
When using Laravel packages which are relying on Laravel's HTTP Client you sometimes want to change the behaviour how the package is interacting with external S...
DECK has separate images for Laravel and PostgreSQL. So let's look at how we can set it up in just two clicks. You can select either Nginx-PHP or apache-PHP or...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Let's improve your users privacy with file encryption without using any 3rd party packages. Stay up to date with all things Laravel, PHP, and JavaScript.
Using else often encourages complexer code structure, makes code less readable. In most cases you can refactor it using early returns. In this piece of code, it...
What is Laravel? Laravel is an open-source PHP web application framework with expressive, elegant syntax. It is an MVC framework for building simple to complex...
Email is sending information to another person using electronic devices. It is fast and widely used service. Email marketing is part of an email service that us...