I can’t install Laravel on my desktop. I get this as part of the error message:- https://repo.packagist.org/packages.json: SSL certificate problem
Using the command of laravel new {name of project} in my Visual Code Ide terminal will not install on my desktop computer.
how can I update a website made with laravel 10 to use laravel 11 without recreating it?
I have a website project created using laravel 10, then I want to upgrade it to use laravel 11, can it be done without recreating it?
if it can be done how to do it and how to configure it so that everything runs normally
how can I update a website made with laravel 10 to use laravel 11 without recreating it?
I have a website project created using laravel 10, then I want to upgrade it to use laravel 11, can it be done without recreating it?
if it can be done how to do it and how to configure it so that everything runs normally
I try use middleware and prefix localization with auth route groupe (breeze) in laravel 11, but the URL http://127.0.0.1:8000/en/login page not found
HttpMiddlewareSetAppLang.php
Multiple colums unique in laravel
This is my code:
Migrated the files but there are no changes in the database
So this is a newly created project and I haven’t touched any of the other files except the migrations I tried to add into the existing users table alongside with the laravel breeze package but to no avail
Laravel: I migrated the files but there are no changes in the database
So this is a newly created project and I haven’t touched any of the other files except the migrations I tried to add into the existing users table alongside with the laravel breeze package but to no avail
route namespace not apply when use action in blade
I’m starting a project with laravel v11. From v10 in blade I’m normally use action('Controller@action', ['param' => $key])
and it’s working fine. Now I have to change with route('name.action', ['param' => $key])
Laravel 11 : route namespace not apply when use action in blade
i’m starting project with laravel v11. From v10 in blade i’m normally use action('Controller@action', ['param' => $key])
and it’s working fine. now i have to change with route('name.action', ['param' => $key])
Laravel 11 use action in blade not working but route is working
i’m starting project with laravel v11. From v10 in blade i’m normally use action('Controller@action', ['param' => $key])
and it’s working fine.
now i have to change with route('name.action', ['param' => $key])