Category: Laravel

Lumen

Lumen 5.8 activity log composer package

Activity log is upgraded to Lumen 5.8, follow the complete post at link given below…

 Posted in Laravel, Lumen, Uncategorized Tagged , , ,

Laravel 5.8: what is new?

According to Laravel official documentation, version 5.8 comes with continued improvement in framework features. Features:…

 Posted in Laravel Tagged , , ,
Laravel

Laravel Cookies vs Javascript

Creating cookies in Laravel: Default Laravel encrypts the when using Cookie::make and decrypts when getting…

 Posted in Laravel, Laravel 5.5 Tagged , , , , ,
Lumen

Lumen authentication API

Since last couple of years I used Laravel for web and API development, finally decided…

 Posted in Laravel Tagged , , , , ,
Laravel

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…

 Posted in Laravel, PHP Tagged , , , ,
Laravel

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…

 Posted in Laravel, Laravel 5.5, Ubuntu, Uncategorized Tagged , , ,
Laravel

Laravel 5.7 Route [login] not defined

Since Laravel comes with Frontend Scaffolding and supports Vue within the box, therefore I decided to test…

 Posted in Laravel, PHP Tagged
Laravel

“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…

 Posted in Laravel, PHP Tagged , ,
Laravel

Laravel 5.6 use a prefix on database tables

Using database table prefix can be helful avoiding conflicts, if you are using same database…

 Posted in Laravel, PHP Tagged , ,
Laravel

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…

 Posted in Laravel, Laravel 5.5, PHP Tagged