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

Catching Up Laravel

tighten.com - submitted by Jamison Valenta

If you're running a Laravel application in the 5's, have a legacy application bootstrapped inside Laravel, don't have any tests, or are staring in silent terror at just how long ago your production server's PHP version hit its end-of-life, this post is for you!

Read more [tighten.com]

Laravel Nova Future Trends

chrysanthos.xyz - submitted by Chrysanthos

Laravel Nova includes a way to generate Trend metrics and display values over time via a line chart. It doesn't however offer a way to generate the future graphs starting from the current date . This packages allows you to generate the graph for the near future.

Read more [chrysanthos.xyz]

Beautifully simple database-driven job chains in Laravel

github.com - submitted by Sam Carré

Laravel Haystack is a package that allows you to have a job chain stored in the database. Since all of the jobs in the chain are in the database, memory usage is low and you can delay jobs for a long time or have long running jobs without risking using all your memory. Laravel Haystack supports every queue connection/worker out of the box. (Database, Redis/Horizon, SQS).

Read more [github.com]