Post Thumbnail

Problem solution

Bhai mere sath jo problem arahi hay uska may nay screenshot lia hay over wo apko bejh raha ho is masle ka hall bataye mehrabani hogi.may laraval sekhna chahta ho par  mere sath aik error ata hay usko kaise solve karo.

0 Comments
Answered
Post Thumbnail

Session using api

my project is an expense tracker, its backend in working using laravel and front using bootstrap(no framework used)using axios api calls communication is happeningissue:i need to display username in index.html (at k.anderson) using session i tried my level best.could you pls help me to solve this issue

1 Comment
Answered
Post Thumbnail

Auth role based authentications

 //Route::resource('/nwqs', NationalWaterQualityController::class);  This route is not working if i add this code in below sectionRoute::prefix('auth')->middleware(['auth','isAdmin','isUser'])->group(function(){    Route::resource('/nwqs', NationalWaterQualityController::class); });I just want to access this route in both admin as well as user section. 

1 Comment
Solved
Post Thumbnail

My data is not updated of user table

I just want to update user information like its role but it's not updated. When we save successful message showing but record not updated

1 Comment
Solved
Post Thumbnail

Html rendering

I am using Tinymice to store the content of blog posts, and that is working fine for me but I have read at Stack Overflow that it is not safe to use for XSS attacks, What alternative would you recommend?

1 Comment
Solved
Post Thumbnail

Laravel web free hosting and domain

How can we free host and get free domain for our Laravel app ? please explain in very way?so that i may able to show my Laravel project for job purpose , etc to any one in an easy way

1 Comment
Solved
Post Thumbnail

Default user id error

 $category = Category::create($validated);on this line, it shows this error:   SQLSTATE[HY000]: General error: 1364 Field 'user_id' doesn't have a default valueon dd() it is getting user id .

1 Comment
Answered
Post Thumbnail

Laravel echo websocket

so when type url 127.0.0.1:8000/laravel-websocketand hit enter then show dashboard of websocket but when click on connect button then show me such errorhttp://127.0.0.1:8000/laravel-websockets/auth 403 (Forbidden)so kindly solve this urgently it

1 Comment
Answered