Top "Laravel-6" questions

Laravel 6.0 is the current stable and LTS version of the open-source PHP web framework created by Taylor Otwell.

Laravel: How to Get Current Route Name? (v5 ... v7)

In Laravel v4 I was able to get the current route name using... Route::currentRouteName() How can I do it …

php laravel laravel-5 laravel-routing laravel-6
Artisan command "make:auth" is not defined in Laravel 6

I have a problem when creating login/auth in Laravel 6. I typed "make: auth" in the terminal and I get …

laravel laravel-6
"Call to undefined function str_slug()" in Laravel 6.0

I've upgraded my laravel 5.8 project to 6.0. It has upgraded successfully but when I'm trying to run the project or installing …

laravel laravel-6 laravel-helper
SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) . DB_HOST set to localhost

I know this question may have answers already in stackOverflow . But I have different issue here . I moved the laravel …

php mysql laravel laravel-6
After upgrading Laravel from 5.6 to 6.0, Call to undefined str_random() function not working

I have upgraded Laravel from 5.6 to 6.0. Previously, default helper functions were running fine on the controllers, but now it says "…

php laravel laravel-6 laravel-helper laravel-upgrade
Command 'ui' is not defined in laravel 6.0

I start a new project in laravel but my composer installed a fresh version of laravel 6.0.1. Php artisan make:auth …

laravel laravel-6 laravel-authentication
auth pages not getting css in laravel

I am beginner to laravel. I have created project. And I have run following commands to it. composer require laravel/…

php laravel laravel-6 laravel-ui
Laravel - Trying to access array offset of value of type int

I have an issue when I try to submit post requests to the database. The interesting thing is, that the …

php laravel laravel-6 php-7.4
Laravel: customize or extend notifications - database model

IMHO, the current Database channel for saving notifications in Laravel is really bad design: You can't use foreign key cascades …

laravel laravel-5 laravel-6
Trying to access array offset on value of type null when using RefreshDatabase in Laravel

I am writing tests in a fresh installation of Laravel 6.15 (with Spark 9). My PHP version is PHP 7.4.2. My testing environment …

php laravel laravel-6