Skip to content
This repository was archived by the owner on Mar 9, 2020. It is now read-only.

No CSS when loading from http://localhost:8000 or any other ports. #114

Open
ed3t opened this issue Nov 25, 2017 · 1 comment
Open

No CSS when loading from http://localhost:8000 or any other ports. #114

ed3t opened this issue Nov 25, 2017 · 1 comment

Comments

@ed3t
Copy link

ed3t commented Nov 25, 2017

After running "php artisan serve" using http://localhost:8000 loads slowly and continuously "waiting for localhost at browser" how can i solve this.

@ed3t ed3t changed the title No CSS when loading from http://localhost:8000 or port 8080 No CSS when loading from http://localhost:8000 or any other ports. Nov 25, 2017
@ed3t
Copy link
Author

ed3t commented Nov 27, 2017

@summerblue @overtrue Trying to deploy on a production server pointing to a domain name and am getting this error "ConnectionException in AbstractConnection.php line 155: Connection refused [tcp://127.0.0.1:8080]"
heres my database.php >>

'redis' => [

    'cluster' => false,

    'default' => [
        'host'     => env('REDIS_HOST', 'localhost'),
        'password' => env('REDIS_PASSWORD', null),
        'port'     => env('REDIS_PORT', 8080),
        'database' => 0,
    ],

    'session' => [
          'host'     => env('REDIS_HOST', 'localhost'),
          'password' => env('REDIS_PASSWORD', null),
          'port'     => env('REDIS_PORT', 8080),
          'database' => 1,

What can i do now, Help urgently needed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant