Larashared — A helper api in shared hosting environments
– github.com - submitted by Mücahit Uğur
Larashared is a guide and a helper api in shared hosting environments where ssh access is not available.
Read more [github.com]
In this section you'll find links submitted by others.
Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?
To be able to submit a link you need to log in first.
Log in– github.com - submitted by Mücahit Uğur
Larashared is a guide and a helper api in shared hosting environments where ssh access is not available.
Read more [github.com]
– github.com - submitted by René Sinnbeck
When testing your views it can be tricky to check if everything is as expected. This package makes it easy to check if specific things exists in the DOM and has the correct attributes.
Read more [github.com]
– tray2.se - submitted by Patrik Ahlström
Tracking changes in a table or several tables for that matter can be essential for your application, and we are going to take a look on how to do that using only the MySQL/MariaDB database.
Read more [tray2.se]
– benjamincrozat.com - submitted by Benjamin Crozat
PHP 8.3 will be released in November 2023, and as usual, you need to be up to date with new features and breaking changes for easier transitions.
Read more [benjamincrozat.com]
– dev.to - submitted by Ricardo Čerljenko
Handle Laravel API validation serving a multi-language app.
Read more [dev.to]
– planetscale.com - submitted by Aaron Francis
A comprehensive overview of Laravel's many safety features that can help you prevent painful mistakes.
Read more [planetscale.com]
– arunas.dev - submitted by Arunas
The open-source log viewer package for Laravel has had some great updates in the last 2 months. Check them out!
Read more [arunas.dev]
– barryvanveen.nl - submitted by Barry van Veen
Clean code with consistent formatting is easier to read. Writing code in a consistent way is hard. That is why I'm a big fan of tools that automate this process.
Read more [barryvanveen.nl]
– mailtrap.io - submitted by Sofia Tarhonska
What if you don’t want to use the email relay services of Gmail SMTP or its alternatives? In this article, we’ll teach you how to set up a local SMTP server for MacOS, Linux and Windows and get rid of any email-sending dependencies.
Read more [mailtrap.io]
– baspa.dev - submitted by Bas van Dinther
The blog mentions various ways and resources that helps you with reducing the amount of times you have to debug (especially Laravel related).
Read more [baspa.dev]
– benjamincrozat.com - submitted by Benjamin Crozat
Laravel 10 will be released on February 7, 2023. Its development is still ongoing. Let's dive into every relevant new feature we know about already.
Read more [benjamincrozat.com]
– bannister.me - submitted by James Bannister
A post detailing how you can use MySQL and Postgres functions inside SQLite. This is a great way to use SQLite as your testing DB, even when you use MySQL or Postgres specific functions in your code.
Read more [bannister.me]
– mailtrap.io - submitted by Nataliia Polomkina
Since v5.7, Laravel provides email verification out-of-the-box. Check out how it works, as well as alternative ways to set up and customize email verification.
Read more [mailtrap.io]
– 5balloons.info - submitted by Tushar Gugnani
This article covers details of how I moved my blog from Wordpress to Laravel
Read more [5balloons.info]
– tray2.se - submitted by Patrik Ahlström
What is a database view, and how can we use it to make our code cleaner?
Read more [tray2.se]
– tray2.se - submitted by Patrik Ahlström
Have you ever had a huge list of values that the users needs to scroll through to get to the item they wanted, you know the classic `Country` dropdown, and for me who lives in Sweden will have to scroll through a load of countries to get to the desired one.
Read more [tray2.se]
– rocketee.rs - submitted by Mark van Eijk
By default Laravel adds cookies to the response of your app. Sometimes you don't want Laravel to use any cookies, just because it doesn't need them, to improve caching or show your users your not storing any information about them - privacy wise.
Read more [rocketee.rs]
– youtu.be - submitted by Andrew Schmelyun
A quick 8-minute video detailing some of the similarities (and differences) between two popular Laravel authentication packages.
Read more [youtu.be]
– baspa.dev - submitted by Bas van Dinther
An explanation on how I built the PHP package. This is one of the first packages I created and it might be useful to read when you just start.
Read more [baspa.dev]
– github.com - submitted by Peter
KPHP is a PHP compiler. It compiles a limited subset of PHP to a native binary running faster than PHP.
Read more [github.com]