Questions tagged [laravel-ui]
45 questions
1
vote
2 answers
Cannot upgrade Laravel 6.x to 7x
Current packages:
"laravel/framework": "^6.2",
"laravel/ui": "^1.2",
I has followed the upgrade guide.
https://laravel.com/docs/7.x/upgrade#updating-dependencies
When I run composer update:
Problem:
- Conclusion: don't install laravel/framework…

Imran
- 316
- 3
- 6
1
vote
1 answer
How can I add Laravel Authentication to an initiated Laravel project?
is it safe to add Laravel Auth into a project that already started? I'm sure we are not using any Authentication alternative.

Ricardo Vargas
- 721
- 4
- 14
1
vote
1 answer
How to change the login parameters on the default Laravel 6 login form
I am new to Laravel. Please I am trying to change the authentication mode of the default laravel login. This is what I am trying to achieve :
Get users to login using only a 4 digit PIN.
Redirect the user to the default home page after login
Any…

Olufemi
- 346
- 2
- 9
1
vote
3 answers
Laravel Mix (v6.16.0) ignores tailwind.config.js (v1.2.0) settings
I am using laravel/framework v6.16.0, laravel/ui v1.2.0 and TailwinCSS v1.2.0. For setting up, I used the instructions from https://sandulat.com/blog/installing-tailwind-into-laravel/. After minor adjustments concerning the namings,…

Dong3000
- 566
- 2
- 7
- 24
1
vote
1 answer
composer require laravel/ui --dev
I'm new to Laravel and have been trying to set up this code and composer give me following error
When I run the command:composer require laravel/ui --dev
[InvalidArgumentException] Package laravel/ui at version has a PHP
requirement incompatible…

asad
- 11
- 1
- 2
0
votes
0 answers
how to solve error 127 when installing laravel/ui package?
I am trying to install laravel/ui package using composer and I am facing this error:
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 127
I tried to add this line to the composer.json…
0
votes
1 answer
how to specify bootstrap version on laravel/ui package?
i am trying to using bootstrap on my laravel project using the laravel/ui package
https://github.com/laravel/ui
i am following the installation instruction
composer require laravel/ui
and choose the
php artisan ui bootstrap
to use the bootstrap
by…

Fradia
- 33
- 2
- 6
0
votes
1 answer
How to check rode users laravel/ui
What type of user do I want to check when I log in
If role is admin then redirect to admin page
If role is users then redirect to home page
I using laravel/ui latest version
0
votes
0 answers
Problem with laravel/ui while installing laravel-dompdf laravel8
Can someone help me to fix it?
while installing
composer require barryvdh/laravel-dompdf
Errors
Problem 1
- laravel/ui is locked to version v2.3.0 and an update of this package was not requested.
Problem 2
- nette/schema v1.2.1…

Raouf tarek
- 1
- 1
0
votes
0 answers
Laravel/ui auth custom parameters
How can i set custom Auth::user()->***?
I have 2 tables, table 'users' and table 'roles',
When it executes the SQL it returns the parameters, but i want to add custom parameters with INNER JOIN from the table 'roles' so i can have…

OutsideApe3019
- 1
- 3
0
votes
2 answers
Laravel 9 UI Auth Routes
I installed Laravel UI using this tutorial https://www.itsolutionstuff.com/post/laravel-9-authentication-using-breeze-tutorialexample.html
The login and register forms are there http://localhost:8000/login but after login if I go to my route…

mathius1
- 1,381
- 11
- 17
0
votes
2 answers
Laravel - These credentials do not match our records on imported database
First please excuse my English, I'm french... Also, I must admit that I'm not a pro developer. The reason why I'm here.
I'm trying to build a Laravel app based on an existing database. The original app was built with Java, but I prefer Laravel.
I've…

Gastono
- 1
0
votes
0 answers
Laravel Passport and PKCE authentication - Do you need a session for the user to login?
I setup a PKCE authentication system for an API using Laravel Passport.
At the moment this API is used by a SPA.
The authentication flow is the following :
User clicks on "login" on the SPA
User is redirected to the API /oauth/authorize endpoint…

Nite
- 323
- 1
- 4
- 12
0
votes
4 answers
Laravel UI login user with another field
I use Laravel UI for authentication. In my user table, I have a field called telephone. Can I use to log in the user with that telephone and password with Laravel UI Authentication? I tried to change the contents in…

Mishen Thakshana
- 1,050
- 1
- 14
- 38
0
votes
1 answer
couldn't run (npm run dev) with laravel/ui
I have created laravel application with the (laravel/Ui) package, and I have used bootstrap UI, everything working well, but when I rung (npm run dev) after (npm install), it is stuck like this:
PS E:\server\htdocs\me-online> npm run dev
> @ dev…

Osama Mohammed
- 2,433
- 13
- 29
- 61