Tech Rumors
3 subscribers
235K photos
239K links
Download Telegram
laravel-news.com

Laravel CI with GitHub Action
GitHub Actions is a fantastic way to run your Continuous Integration workflows, from running your tests to checking static analysis and more.
#tutorials
laravel-news.com

Using Takeout with local Valet and Docker sites
Learn how to use Laravel Takeout with Laravel Valet
#tutorials
laravel-news.com

Sharing PHPCS Rules Across Projects and Teams
Learn how to create a custom PHPCS Ruleset you can use across all your PHP projects.
#tutorials
laravel-news.com

Livestream: Playing with Laravel Pipelines
Take a look at the Laravel Pipeline Facade that has recently been added to the Laravel documentation.
#tutorials
laravel-news.com

Laravel Response Classes
Responding from your Laravel application is vital, especially when you are building an API. Let's have a look at how we can power up our responses.
#tutorials
laravel-news.com

Building a Kanban Board with Laravel and Vue.Draggable
Discover the best approach for saving the position of cards in a Kanban board using Laravel and InertiaJS. This article delves into the details of building a kanban board and allowing users to drag/drop cards within the same column or across multiple columns. The focus is on using InertiaJS on the front end and the Elo...
#tutorials
laravel-news.com

5 Tips and Tricks for working with the Laravel HTTP Client
In this article, we will explore five valuable tricks for working with the Laravel HTTP Client that can make your development experience more efficient and enjoyable.
#tutorials
laravel-news.com

Livestream: Building your first Laravel Application
This live stream goes through how to install and set up your Laravel application using Laravel Sail, then how we can use routes and controllers to control the URLs and how they work.
#tutorials
laravel-news.com

Laravel Array Helpers Every Developer Should Know About
Learn about Laravel Array helpers that will save you time and simplify your code.
#tutorials
laravel-news.com

Modelling Busines Processes in Laravel
As developers, we often map business processes to digital processes, from sending an email to something quite complex. Let's look at how we can clean this up.
#tutorials
laravel-news.com

Pest Architecture Plugin
With the release of PestPHP v2, we can now test the architecture of our applications. In this tutorial, we will walk through how to use this plugin.
#tutorials
laravel-news.com

Let's talk about Form Requests
Form Requests are best known for validation logic that will pre-validate for you. They are fantastic, and I lean on them heavily all the time.
#tutorials
cointelegraph.com

9 Tech YouTube channels to follow
Check out these nine Tech YouTube channels, featuring tutorials and discussions on a wide range of topics, from machine learning to blockchain development.
#technology #programming #machinelearning #cybersecurity #blockchain #gamedesign #tutorials #YouTubechannels #education
laravel-news.com

Going past Actions in Laravel
Over the last year or so, the Action based approach has been gaining popularity in the Laravel world. I was a big fan of this and adopted it relatively early on
#tutorials
cointelegraph.com

5 YouTube channels to learn Web3 development
This article highlights the top YouTube channels to learn Web3 development, including tutorials, demos and interviews.
#Web3development #YouTubechannels #tutorials #livedemos #interviews
laravel-news.com

Using attributes to add value
PHP Attributes were added in version 8.0 of the language, and it has been a misnomer for many developers. What are their benefits, and how can I use them?
#tutorials
laravel-news.com

Small but powerful CLI apps with Minicli
Building CLI applications can be a lot of fun. We don't have to worry about the UI, and we can write beautiful PHP code that doesn't need any build steps.
#tutorials
laravel-news.com

Laravel Security Middleware
Middleware isn't something new we have been using it in our applications for a while now for various usages, from Authentication, to Authorization and beyond.
#tutorials
laravel-news.com

Feature Tests powered by database seeders
David Hemphill at Laracon AU talking about how to use feature tests with database seeders.
#tutorials
dev.to

Initial Desktop Setup Guide for Ubuntu 23.04
In this step-by-step guide with screenshots, follow my initial desktop setup for Ubuntu 23.04: restoring backup and SSH keys, customizing appearance, and installing basic software.
#ubuntu #linux #beginners #tutorials