Skip to main content
Abdulla Nilam's user avatar
Abdulla Nilam's user avatar
Abdulla Nilam's user avatar
Abdulla Nilam
Tech Lead
  • Member for 9 years, 5 months
  • Last seen this week
revised
How to logout with a GET request in Laravel
added 661 characters in body
Loading…
comment
i cant run a laravel project
@krisgjika in some cases install/update i got this same error. To overcome I had to do this. One time only.
comment
i cant run a laravel project
Deleting composer.lock may lead to another error composer.lock is not found. better just open the file and keep { and } in two different lines. Just empty braces, only
comment
Laravel 8 Unparenthesized `a ? b : c ?: d` is deprecated
Your error message clear says what to do error message: Unparenthesized a ? b : c ?: dis deprecated. Use either(a ? b : c) ?: dora ? b : (c ?: d)
revised
Loading…
Loading…
revised
Loading…
revised
Loading…
comment
Error 500 / page expired / missing response cookies for LARAVEL APP in XAMPP
I didn't read the complete question, But for this No application encryption key has been specified. you can run key:generate command. It will set in .env
comment
Load main domain from a directory for a Laravel project
The question is unclear. (wondering how this was passed the Staging Ground). This code will load files for example.com from example.com/main/public Okay URL becomes example.com/main/public It should because same page(Unless you have inactive catchers ). If I type example.com/main/public in the browser the website loads as well. ???
revised
How to get First 10 Values of array with PHP
added 125 characters in body
Loading…
awarded
revised
Loading…
Loading…
comment
Replicating complex MySQL/MariaDB query with multiple joins in Laravel DB Builder
I dont think so ` GROUP_CONCAT` on 1-M will work this way
comment
Auth::user() / auth()->user(), undefined method 'update'
check $user = Auth::user(); has any value
Loading…
comment
1
2 3 4 5
716