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

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

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
Post Thumbnail

Registering new user

when i am registering the user this error is occuring again and again the user is not being registered : The POST method is not supported for route register. Supported methods: GET, HEAD.

1 Comment
Solved
Post Thumbnail

Laravel installation wizard

i recieve that error on the last part of laravel installation wizard how wil i resolve the issue?SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes (SQL: alter table password_resets add primary key (email))

1 Comment
Answered