Post Thumbnail

Email not receiving in inbox from laravel email api

when i am testing the api from postman from this add : http://localhost:8000/api/send-course-registration-email , 200 ok result is coming but postman is just showing html code of the welcome.blade.php file and the email is not receiving in info@saltuspc.ca , How to solve the problem , email should be received in the mail ?

0 Comments
Post Thumbnail

Deleting permission in spatie package

I am using spatie permssion package and created resource controller for Permission  CRUD, only destroy() metohd is not working and giving error at  $permission->delete();

0 Comments
Answered
Post Thumbnail

Latest review not comes when submit using review form

hi using submit review form latest review not comes .  review is child component i pass reviews data through props.. when submit form then latest review not comes on form submit.  thanks 

0 Comments
Post Thumbnail

Target class not found

i have some component in my web app, its working perfectly on local host but after deployment i started getting some error message saying target class not found and its error free on localhost, though i have check ome troubleshooting steps but its not still working. i will be glad to get help from here.

0 Comments
Answered
Post Thumbnail

Captcha code

Dear Sir/Ma'am,I need a captcha code in laravel10.7.1 in Auth Login Page. Could u please guide me which code i should use. please provide me valid package name.

0 Comments
Answered
Post Thumbnail

Github actions to deploy laravel application on shared hosting

I've setup github actions on my project and its working fine, apart from one issue, its taking too long to sync file changes. I've watched your video series on github actions and some other youtubers and kind of mixed the approaches. I've cached the composer dependencies so they won't be installing on every run, thereby reducing the files to sync. Now, one thing it takes a lot of time to push the changes as you can see. Is there any other way to reduce this time...Also one other thing, I've migrated the project from Laravel 10 to Laravel 11 and in the Low Impact changes section, there's a package named Doctrine which they say is no longer being used in the Laravel. I wanna ask if is it safe to remove that package & whats' the best way to remove it. Currently, in my mind, I can think of only removing it from composer.json and then run composer update.Is this a right approach?

1 Comment
Solved
Post Thumbnail

Clear text password submission in login page

Actually i am getting issue regarding Clear text password submission in login page. could u please provide me any way in login page so that no one can see my entered password.

1 Comment
Answered
Post Thumbnail

Laravel blade page not working

my code not working showing only a blank page i am also trying (php artisan cache:clear) and (php artisan view:clear) but still same problem not showing anything if i am use @include then showing 500 error please help me what i do

0 Comments
Answered