(using Laravel 11.31 with php 8.2 and medialibrary 22.12, scroll along for basics)
Resources, controllers, models, seeders, migrations explained
Creating models, controllers, resources etc
New column to existing database
Showing, Creating and updating records
Finding data in tables (Laravel/php)
Hasmany - belongsTo (eloquent relationships)
Roles and permissions - laravel/inertia (external link).
Laravel is a php-based backend framework. In the current project I’m using it to communicate with a mySQL table in the back-end.