How to Show Toastr Notification when user login ?

In this tutorial i’m going to share how to use Toastr Notification in laravel in very easy way. Toastr Notification :- Toastr is a lightweight JavaScript library…

Read More

How to change MySQL password in Ubuntu ?

In this tutorial we’re going to share how to change MySQL Password in Ubuntu in very easy way. Just go to lampp and puto below code Then…

Read More

Failed to start mysql.service: Unit mysql.service not found.

Error :- mysqlshow: Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2) Solution Just go to below path Put below code in my.conf file then restart…

Read More

“Add [name] to fillable property to allow mass assignment on [App\\Models\\TeamRating].”,

Error:- Solutions:- Go to TeamRating model and put below code for fillable Thanks for learning

Read More

Explained of Skip and Take in Laravel ?

In this tutorial we’re going to share what are the difference between Skip and Take in Laravel with example. take Method: – The take method is used…

Read More

Invalid key supplied {“exception”:”[object] (LogicException(code: 0): Invalid key supplied at

Error: – Solution :- Register the service provider inside config/app.php ref -> https://stackoverflow.com/questions/39414956/laravel-passport-key-path-oauth-public-key-does-not-exist-or-is-not-readable Register the service provider inside config/app.php Run the migrations I hope its helpfull for…

Read More

How to get Data from 1 server to another server in laravel ?

In this tutorial i’m going to get the data from 1 server to another server in Laravel. 1st step Go to first server and make model for…

Read More

XAMPP: Starting ProFTPD…/opt/lampp/share/xampp/xampplib: line 22: netstat: command not foundfail.

In this tutorial we’re going to solve the error XAMPP: Starting ProFTPD…/opt/lampp/share/xampp/xampplib: line 22: netstat: command not foundfail. Solution :- Next to restart the server

Read More

sh: 1: react-scripts: Permission denied

In this tutorial we’re going to solve this error sh: 1: react-scripts: Permission denied The “Permission denied” error typically occurs when the user running the command doesn’t…

Read More