Laravel upgrade
FROM LARAVEL 8 TO LARAVEL 10 – A MIGRATION GUIDE AND NEW FEATURES INTRODUCTION
FROM LARAVEL 8 TO LARAVEL 10 – A MIGRATION GUIDE AND NEW FEATURES INTRODUCTION
Middleware in Laravel: A Comprehensive Guide
https://algocodersmind.com/middleware-in-laravel-a-comprehensive-guide/
Laravel 5 Middleware tutorial
Laravel 5 – Middleware Tutorial : https://tutorialedge.net/laravel-5-middleware-routing-tutorial
This tutorial serves as a more expanded introduction to Laravel 5.1’s middleware than that of the documentation.
Manual – HTTP Middleware : https://laravel.com/docs/5.2/middleware#introduction
Example.jsx: Support for the experimental syntax ‘jsx’ isn’t currently enabled
Solution:
package.json add
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
}
Building modern web apps is hard. Tools like Vue and React are extremely powerful, but the complexity they add to a full-stack developer’s workflow is insane.
Livewire 2.x Requirements:
Laravel version 10 or later
PHP version 8.1 or later
https://livewire.laravel.com/docs/quickstart
###########################################
Livewire 2.x Requirements:
PHP 7.2.5 or higher
Laravel 7.0 or higher
https://laravel-livewire.com/docs/2.x/installation
###########################################
Mi az a Laravel Livewire?
https://mernokinformatikus.hu/mi-az-a-laravel-livewire/
How to Upgrade Older Projects to Laravel 10
Learn how to write readable PHP that is a joy to maintain
https://freek.dev/2235-learn-how-to-write-readable-php-that-is-a-joy-to-maintain
Deploying laravel on shared hosts
https://laravelsharedhosting.novate.co.uk/
As a solo developer or a small team without DevOps resources, shared hosting can play a useful part in your server resource pool. Often you can deploy many sites under a single monthly fee (rather than per droplet) meaning you can try out ideas without spinning up additional costs.
#######################################################
How to create custom middleware in Laravel
https://inspector.dev/how-to-create-custom-middleware-in-laravel/?fbclid=IwAR3VqYI40iKkWupYj42H-BnIQ5HwC3zIY7GeC2_wi8IjfypGJz5r0GN3gag
############################
19 Laravel Ecosystem Explained – Part 1
create Objects in Laravel
Using Service Container to create Objects in Laravel
https://dev.to/100r0bh/using-service-container-to-create-objects-in-laravel-24gf
How to make login & registration in laravel 9
https://dev.to/shanisingh03/how-to-make-login-registration-in-laravel-9-1p2n
Laravel 9 Multi Auth: Create Multiple Authentication in Laravel
Laravel 9 UI Package:
composer require laravel/ui
Generate Auth:
php artisan ui bootstrap --auth
npm install
Laravel localization: A step-by-step guid: https://lokalise.com/blog/laravel-localization-step-by-step/
Localization: https://laravel.com/docs/8.x/localization#using-translation-strings-as-keys
Logging: https://laravel.com/docs/8.x/logging#writing-log-messages