Laravel clean code tactics (megathread)
– twitter.com - submitted by Samuel Štancl
A Twitter megathread with clean code tactics for Laravel.
Read more [twitter.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– twitter.com - submitted by Samuel Štancl
A Twitter megathread with clean code tactics for Laravel.
Read more [twitter.com]
– stephenjude.me - submitted by STEPHEN JUDE
In this tutorial, I am going to show you how to set up a custom Artisan command and how to calculate the execution time of that command.
Read more [stephenjude.me]
– www.youtube.com - submitted by Glenn Kimble Jr
In this video we discuss seeders, query scopes, and continue to use tdd to drive out some options for filtering our list of entries.
Read more [www.youtube.com]
– tighten.co - submitted by Jamison Valenta
Keeping code organized, readable, and maintainable is tough, and there's no one-size-fits-all solution. Separating your features into dependencies is a good first step for most applications, resulting in cleaner code without the huge complexity cost of a microservice architecture.
Read more [tighten.co]
– stephenjude.me - submitted by STEPHEN JUDE
Learn how to apply changes to database tables in production
Read more [stephenjude.me]
– stitcher.io - submitted by Bruno Falcão
6 improvements on Laravel Nova that you might not be aware about
Read more [stitcher.io]
– protone.media - submitted by Pascal Baljet
A blog post about the latest release of the Laravel FFMPEG package.
Read more [protone.media]
– bangjelkoski.com - submitted by Bojan Angjelkoski
And common errors you might stumble upon while trying different methods.
Read more [bangjelkoski.com]
– raison.co - submitted by Elliot Taylor
Takes a look at using Statamic v3 alongside a Laravel SaaS, how it stands up and how to structure the files so it works a la WordPress.
Read more [raison.co]
– www.youtube.com - submitted by Glenn Kimble Jr
In this video we'll use eloquent mutators to format some of our properties (and drive out that change with unit tests). We'll also make some changes to our bootstrap UI by adding a dropdown menu.
Read more [www.youtube.com]
– dev.to - submitted by Alexandr Chernyaev
JSON-RPC 2.0 this is a simple stateless protocol for creating an RPC (Remote Procedure Call) style API. It usually looks as follows:
Read more [dev.to]
– medium.com - submitted by Arman Ahmadi
If you have a PHP or a Laravel based application, there was a time wondering where the users are coming from, and that’s is so important when it comes to marketing.
Read more [medium.com]
– stitcher.io - submitted by Brent
How modern PHP is managed
Read more [stitcher.io]
– www.youtube.com - submitted by Glenn Kimble Jr
In this video we'll revisit the "type" column on our entries, and restrict an entries "type" to a given list of categories.
Read more [www.youtube.com]
– www.youtube.com - submitted by Mitul Golakiya
In this video I covered getting started and building a demo of Support Ticket system with comments with #laravel #livewire during the LaravelLive India Online Apr 2020. Following things are covered: 1. Setup Laravel Livewire 2. Create Livewire Components 3. Livewire Data Binding 4. Livewire Actions 5. Livewire Events Complete code here: https://bit.ly/3d87hIe
Read more [www.youtube.com]
– frederickvanbrabant.com - submitted by Frederick Vanbrabant
One of the first things I do when I join a new project is checking out the admin panel, that's even before I see a single line of code. Why? It tells us so much about the company and the mindset of the project.
Read more [frederickvanbrabant.com]
– github.com - submitted by El Houssain Inani
A small package that handles for you the roles and permissions with a very unique API
Read more [github.com]
– www.leonelngande.com - submitted by Leonel Elimpe
If your Laravel app uses multiple locales, it can get tedious keeping track of translation strings that are yet to be added to appropriate translation files. To automatically make checks so we know when a translation string is missing, unit tests can be added.
Read more [www.leonelngande.com]
– ryangjchandler.co.uk - submitted by Ryan Chandler
Lots of languages have the concept of "enums" - a set of named values generally called enumerators. Go is different and instead provides the tools for creating pseudo-enums.
Read more [ryangjchandler.co.uk]
– www.youtube.com - submitted by Glenn Kimble Jr
We'll use TDD to finish up our CRUD operations for an Entry. Then we'll also update our Bootstrap UI and use some jQuery.
Read more [www.youtube.com]