Error in laravel component ; Undefined variable $acceptIcon
I use Laravel 11 and my component work perfectly in local, but I have error in production
CSRF token mismatch error in response when submit a form in laravel 11 application
I am using Laravel 11 for build a application in which a admin panel i have created and created a front-end website. In front-end website a form is exist. when i submit a form than request is not called and HTTP status code 419 unknown status is coming. and when inspect the request in browser. the response is showing “CSRF Token mismatch”
Multi languages is not working in laravel 11.1.1
I am using Laravel11.1.1 to build a school website, but the Language switch button is not working as the page shows only English language , actually clicking the arabic button doesn’t change the language.
LanguageController code:
could not find driver (Connection: sqlsrv, SQL: select top 1 * from [sessions] where [id] = ZvOgLxmPXAuXGtL47cy0GBe2YsyYq9QVkm2pNeBD), Laravel
I’m learning Laravel, I’ve had more errors with Laravel, one of them that doesn’t leave me alone is this, does anyone know how to solve it?
Target class [MyPlaceController] does not exist in Laravel 11
What I did before error:
Internal server error – Illegal offset type
enter image description here
`<?php
404 not found error when updating name of a category in laravel 11
I’m making an e-commerce store in Laravel 11. it has categories you can add or edit the name of the categories. when i try to edit and then press update on the category name it gives me 404 not found error. I’m using xampp
404 not found error when updating name of a category in laravel 11
I’m making an e-commerce store in Laravel 11. it has categories you can add or edit the name of the categories. when i try to edit and then press update on the category name it gives me 404 not found error. I’m using xampp
cant set the location in html template using {{ asset}} command
I’m making an e-commerce store in Laravel 11. it has categories you can add or edit the name of the categories. when i try to edit and then press update on the category name it gives me 404 not found error. I’m using xampp
How to make a component in module of laravel
I have checked the Laravel documentation, but it only provides information on creating components in the main directory, not within a module.
https://laravel.com/docs/11.x/blade#components