Post Thumbnail

Laravel sso

Assalam o Alaekum sir how are you i have query about actually i have made application where hr. register new employee after registration employee receive activation email for set his new password and confirm password successfully he receive his credentials like email and password and he will redirect to WordPress website how we use these credentials to login on that WordPress website please sir list steps JAZAKALLAH.Your regards,Muhammad Naeem.

0 Comments
Answered
Post Thumbnail

Cache query

Bhai ma cahe ka problem face kr raha hoon bhat zaida.actually mana site ko live kia tha sahi chal rahi hn lakin jab kuch chnages kro to koi effect nahi parhata laravel ki tamam Artisan commands b run ki koi farq nahi parha.use Illuminate\Support\Facades\Artisan;// Clear CachesRoute::get('/clear-cache', function () {    Artisan::call('config:cache');    Artisan::call('view:clear');    Artisan::call('cache:clear');  Artisan::call('optimize');  Artisan::call('config:clear');        return "Caches cleared.";});Brswer ka b bhat bar cache remove kia hn khas tor pr jab koi css ki files ma changes kro to ya issue ata hn iska koi solution >>

0 Comments
Answered
Post Thumbnail

Data is not storing in mysql database table.

I don't know the reasons why my data is not getting stored in the MySQL database table.If I add color and click on submit button it will submit and return with a successful message and displayed for frontend but it will not store in MYSQL Data Table.  

0 Comments
Answered
Post Thumbnail

Laravel insert record

actually issue is that when hr registered new employee when i submit this record it will give error like this "Illuminate\Database\Grammar::parameterize(): Argument #1 ($values) must be of type array, string given, called in F:\loyaloid-main\vendor\laravel\framework\src\Illuminate\Database\Query\Grammars\Grammar.php on line 1047"        at  $user=new User;    $user->username = $this->_request->username;    $user->email =$this->_request->email;    // $user->password=$hashedPassword;              $user->save(); at this line i am facing issue i also attached screen shot please sir i try a lot of solution but no one work please help me 

0 Comments
Answered
Post Thumbnail

How to search data when option field is change

when i click on search button so bydefault fetch all data and i want when i change clinician name which is option field then fetch then data of then concern clinician and show me

0 Comments
Answered
Post Thumbnail

Getting error when deploy laravel site on 000webhost

i am getting "Warning require(/storage/ssd5/186/20965186/megaKit/vendor/composer/../symfony/polyfill-mbstring/bootstrap.php)"  this error when deploy my site on 000webhost, i am already link this $app = require_once __DIR__.'/../megaKit/bootstrap/app.php';$app->bind('path.public',function(){    return __DIR__;});, on public_html/index file 

1 Comment
Solved
Post Thumbnail

How to generate seo-friendly url slug automatically

AoA,  I am Neubie on Laravel. Please help with how to generate SEO-Friendly URL Slug Automatically using Ajax.                                                                                                                                                                                                                                                                                              

0 Comments
Solved