←Back

(using Laravel 11.31 with php 8.2 and medialibrary 22.12, scroll along for basics)

Running laravel

Resources, controllers, models, seeders, migrations explained

Creating models, controllers, resources etc

Creating Migrations/Seeders

Seeding table from csv file

New column to existing database

Showing, Creating and updating records

Finding data in tables (Laravel/php)

Hasmany - belongsTo (eloquent relationships)

socialite / oAuth login

Roles and permissions - laravel/inertia (external link).

Spatie media library

troubleshooting

backing up database;

Laravel basics:

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.