Milan Unjiya

Results 3 issues of Milan Unjiya

I want to update laravel composer.json file and add some new files to root folder. How can i do this ? Thanks! ![Screenshot_3](https://user-images.githubusercontent.com/53517616/114219545-6b50ee00-9988-11eb-807a-dac89b3b63d9.png) ![Screenshot_4](https://user-images.githubusercontent.com/53517616/114219557-70ae3880-9988-11eb-8cdb-94d652606e2a.png)

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table `pagebuilder__pages` add unique `pagebuilder__pages_route_unique`(`route`)) It looks like the issue...

localization route not working after php artisan route:cache. It's return 404. It's work perfect without route cache. 1. Create route in web.php Route::group( [ 'prefix' => LaravelLocalization::setLocale(), 'middleware' => ['localize']...