Laravel Commonmark Blog
– github.com - submitted by Peter
Use the existing libraries Laravel dependencies to add a blog to your website! Uses CommonMark as a base. Ideal to any kind of static pages.
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 Peter
Use the existing libraries Laravel dependencies to add a blog to your website! Uses CommonMark as a base. Ideal to any kind of static pages.
Read more [github.com]
– protone.media - submitted by Pascal Baljet
Introducing a new Laravel package that allows you to re-use scopes as a boolean attribute on Eloquent models.
Read more [protone.media]
– www.csrhymes.com - submitted by Chris Rhymes
Splitting up a large Laravel Livewire component into more manageable and maintainable chunks
Read more [www.csrhymes.com]
– sarfas.codes - submitted by Oliver Sarfas
Setting up Laravel on a new (Intel Based, for now) Mac can be hard. Here's a quick setup guide to get you building your next project!
Read more [sarfas.codes]
– stitcher.io - submitted by Brent
Read more [stitcher.io]
– robindirksen.nl - submitted by Robin Dirksen
Yes, it's true. The Core Web Vitals will become part of the ranking factors for Google's Search Result in May 2021.
Read more [robindirksen.nl]
– qirolab.com - submitted by Harish Kumar
PHP 8 release of this major version means significant changes, new features but also performance improvements. PHP 8 also brings a nice range of new features such as the JIT compiler, union types, attributes, and more.
Read more [qirolab.com]
– github.com - submitted by STEPHEN JUDE
A collection of helper methods for testing and debugging API endpoints.
Read more [github.com]
– qirolab.com - submitted by Harish Kumar
In this post, I'll show you the best way to deploy your current Laravel application from local to Heroku with the Postgres database. It's quick and easy.
Read more [qirolab.com]
– github.com - submitted by Alexandr Chernyaev
This is an elementary library for working on identifying similar strings in PHP without using machine learning. It allows you to get groups of one topic from the transferred set of sentences. For example, combine news headlines from different publications, as Google News does.
Read more [github.com]
– qirolab.com - submitted by Harish Kumar
Laravel Breeze is a shiny new package released by Taylor and the Laravel team.
Read more [qirolab.com]
– naxon.dev - submitted by Daniel Naxon
I needed to display only the first picture from my Product's model media collection and found my app running five queries and hydrating 16 models with only four products to display 😱 . Here's how I ended with only two queries and eight models.
Read more [naxon.dev]
– github.com - submitted by Patrick
Opinionated php-cs-fixer rules that can be shared across projects, along with preconfigured Finder classes for Laravel projects/packages/composer packages/etc. Preset rules can be customized. Reduces the amount of code in `.php_cs` to only a few lines.
Read more [github.com]
– blog.logrocket.com - submitted by Leonardo Losoviz
Step-by-step guide on using Rector and GitHub Actions to downgrade a WordPress plugin, from PHP 7.4 (when coding) to 7.1 (for deployment)
Read more [blog.logrocket.com]
– ryangjchandler.co.uk - submitted by Ryan Chandler
Markdown is a great way of making notes, writing articles and generally managing content. Let's take a look at how quickly you can begin using Markdown in your PHP applications.
Read more [ryangjchandler.co.uk]
– php.watch - submitted by Ayesh
A comparison of PHP Code Coverage tools, their performance, and features.
Read more [php.watch]
– github.com - submitted by Steve McDougall
Work with the new Laravel Envoyer API with ease inside your project using the Laravel Envoyer SDK
Read more [github.com]
– github.com - submitted by Chris White
dotenvdiff is a command-line tool that allows you to compare the differences in environment variables between two .env (or .env.example) files. Its main use case is to find out if the .env.example has changed in your project, so you can update your .env accordingly.
Read more [github.com]
– dev.to - submitted by Jose Fonseca
A small article about my experience with APIs, when you may want to consider building your app with an API or without it, or maybe you need a GraphQL server? let's find out!
Read more [dev.to]
– dev.to - submitted by Harish Kumar
The Eloquent ORM that comes with Laravel makes it incredibly easy to interact with a database. It is like Eloquent models themselves; relationships also serve as essential query builders, representing the relationships as methods provide powerful method chaining and querying capabilities.
Read more [dev.to]