Category: Laravel
Lumen 5.8 activity log composer package
Activity log is upgraded to Lumen 5.8, follow the complete post at link given below…
Laravel 5.8: what is new?
According to Laravel official documentation, version 5.8 comes with continued improvement in framework features. Features:…
Laravel Cookies vs Javascript
Creating cookies in Laravel: Default Laravel encrypts the when using Cookie::make and decrypts when getting…
Lumen authentication API
Since last couple of years I used Laravel for web and API development, finally decided…
Upgrade Laravel 5.6 to 5.7 – Failed to clear cache
I upgraded my app from Laravel 5.6 to 5.7 by following official upgrade guideline. After…
Laravel composer install – Your requirements could not be resolved to an installable set of packages.
If you are running Laravel app, on Ubuntu local machine or cloud server. You might…
Laravel 5.7 Route [login] not defined
Since Laravel comes with Frontend Scaffolding and supports Vue within the box, therefore I decided to test…
“storage/oauth-private.key” does not exist or is not readable
If you are runing Laravel app and using Passport, you might encounter this error while…
Laravel 5.6 use a prefix on database tables
Using database table prefix can be helful avoiding conflicts, if you are using same database…
Laravel5.6 This form has expired. Please refresh and try again
If you are fasing this issue upon submitting form, there could be diffrent reasons. Your…



