-
Ok, your file manager is great and is working fine on localhost , but on server I don't know what is the problem :(
My shared tree from the server in the image below
http://cleverideas.ro/serverar…
-
- Laravel Mix Version: 6.0.9
- Node Version: 15.5.1
- NPM Version: 7.3.0
- OS: Mac OS Big Sur 11.1
### Description:
After upgrading to Laravel Mix 6 my build runs successfully but image…
-
Hello,
Thanks for the great work. I have been attempting to utilize laravel-philips-hue however I'm having some odd experiences, listed out some things I've noticed in case these help identify the is…
-
1. create new laravel project,i test laravel5.5 laravel 5.7 and laravel 5.8
2. config db connection
3. php artisan make:auth
4. open http://localhost/login,and then refresh this page many times.onl…
-
Hi,
I am trying to use Hesto/multi-auth package on fresh laravel 6 installation but when I run command
**php artisan multi-auth:install admin -f** I get following error: **Call to undefined functio…
-
### Scribe version
4.25
### PHP version
8.2.9
### Framework
Laravel
### Framework version
9
### Scribe config
```ruby
title => "SC Tracker API Documentation"
base_url => "https://localhost:8…
-
I am willing to test this laravel app on Xampp running on Ubuntu 16.04 LTS, any specific configuration needed please ?
-
just download the draft code and follow the youtube vedio to make it complete?
i am fresh in coding ,hoping not to annoy you ;thank you very much!
-
Nice work this does for me but I will like to report two major issues
1. It would be great if we could go to method rather than just going to the controller. This is definitely an enhancement.
2. In…
-
Laravel 5.2 Has a different config/auth file for the model you just need to change
public function users()
{
return $this->belongsToMany(config('auth.model'))->withTimestamps();
}
t…