Support the ongoing development of Laravel.io →

mirbatworks

Joined 30 Dec 2015

Statistics

Threads 1
Replies 7
Solutions 0
Articles 0

Laravel 5.4: $this->route('table') doesn't work in Request validation rules

In Laravel 5.4 doesn't work $this->route('table') that I use when I want to editing data in table...

0 Likes
0 Replies
replied 7 years ago

Can't acces route on live server

Check root directory path for your domain in C-Panel. You need to change it and navigate to your lar...

0 Likes
replied 7 years ago

Changing default columns and table in Laravel Auth 5.2

You need to check in database how is stored your password. Is it stored as 123456 or is crypted some...

0 Likes
replied 7 years ago

i have problem with migration when i use php artisan migrate show below error :

You need to generate autoload files. In terminal navigate to your project and run: composer dump-aut...

0 Likes
replied 7 years ago

Laravel 5 giving 500 internal server error on godaddy

Try to change permission to 755 on storage folder and all content inside. Server try to write log bu...

0 Likes
replied 8 years ago

Resource route doesn't run update method

If you have in controller route with { id } Something like this: Route::get('leads/{id}', 'LeadsCont...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.