laravel-blog
laravel-blog copied to clipboard
Laravel 10.0 blog application with Hotwire, Horizon, Telescope, Sanctum, Breeze and Pusher
I'm a new student in the web developer field and I need more help. Thank you very much I have an error message for php artisan... should I install composer?...
- [ ] Use new features that Laravel added between 9.x and 10.x See: - https://laravel-news.com/tag/releases - https://github.com/laravel/framework/blob/9.x/CHANGELOG.md - https://github.com/laravel/framework/blob/10.x/CHANGELOG.md
https://github.com/guillaumebriday/laravel-blog/blob/aebc310059ea0301093b491a690eed092899dc7b/database/migrations/2022_04_30_011124_add_generated_conversions_to_media_table.php#L32 The correct code is: 'generated_conversions' => DB::raw("JSON_EXTRACT(custom_properties, '$.generated_conversions')"), via https://github.com/spatie/laravel-medialibrary/blob/main/UPGRADING.md
Hello! Sorry if I posted in the wrong place, I just don't know where else to ask. Please tell me how to change url https://site.com/posts/demo to https://site.com/relese/demo? I tried to...
## Describe the bug Target class [App\Http\Middleware\ValidateSignature] does not exist. ## To Reproduce Steps to reproduce the behavior: 1. Fresh installation 2. Register a new user 3. Click the verification...