Giter Club home page Giter Club logo

Comments (23)

yungifez avatar yungifez commented on July 20, 2024 2

@4jean this issue can be closed

from lav_sms.

yungifez avatar yungifez commented on July 20, 2024

Check your .env file

See if app key is set

from lav_sms.

PavanKumar-18 avatar PavanKumar-18 commented on July 20, 2024

APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:v1DRIao6AXykpdiKfyMffR2D/Vg7BkxR6qL4/iTLp9U=base64:e3ZZyop6NpO4tKoNywKhRLbhj4HatYRWlr3NwvUVlHo=base64:ZQuNd4sGC1U/2e/z1kS+tGM/Zx9k6+3o4+9tfBghML4=base64:rarkDdlzQTXDYYpbkr2b2d5KjNI6Rb/T2H4OK00WTuE=base64:1j8e/4n1TLPvJclbgLtKMsHCTKvAU8GaLYe5m5x7+nU=
APP_DEBUG=true
APP_URL=http://localhost

LOG_CHANNEL=stack

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=SMS
DB_USERNAME=root
DB_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1

MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

from lav_sms.

yungifez avatar yungifez commented on July 20, 2024

Can you post what you tried running and the errors you got

from lav_sms.

PavanKumar-18 avatar PavanKumar-18 commented on July 20, 2024

D:\xampp\htdocs\lav_sms-master
Illuminate\Encryption\MissingAppKeyException
No application encryption key has been specified.
http://127.0.0.1:8000/

from lav_sms.

PavanKumar-18 avatar PavanKumar-18 commented on July 20, 2024

Illuminate\Encryption\EncryptionServiceProvider::Illuminate\Encryption{closure}
D:\xampp\htdocs\lav_sms-master\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:101

from lav_sms.

yungifez avatar yungifez commented on July 20, 2024

Please run this query

Php artisan config:clear

from lav_sms.

PavanKumar-18 avatar PavanKumar-18 commented on July 20, 2024

I
did it earlier its doing same

from lav_sms.

yungifez avatar yungifez commented on July 20, 2024

Try doing it again

Because your configuration is most likely cached

from lav_sms.

PavanKumar-18 avatar PavanKumar-18 commented on July 20, 2024

yes your right this time i did delete and create again (.env) file .I followed your method now login page opened. thanks

from lav_sms.

yungifez avatar yungifez commented on July 20, 2024

You are truly welcome

from lav_sms.

PavanKumar-18 avatar PavanKumar-18 commented on July 20, 2024

GET http://localhost/global_assets/images/user.png 404 (Not Found) in register page iam getting same where i go to solove

from lav_sms.

yungifez avatar yungifez commented on July 20, 2024

Post a SCREENSHOT please

And did your .env file change

from lav_sms.

yungifez avatar yungifez commented on July 20, 2024

Try running php artisan storage:link

from lav_sms.

PavanKumar-18 avatar PavanKumar-18 commented on July 20, 2024

image

from lav_sms.

yungifez avatar yungifez commented on July 20, 2024

Your url seems to not match your .env

I notice you are running this in a local environment most probably xampp

Use the built in laravel server

Close down xampp and run

Php artisan serve

Then copy the given url and test the app like that

from lav_sms.

PavanKumar-18 avatar PavanKumar-18 commented on July 20, 2024

image

from lav_sms.

PavanKumar-18 avatar PavanKumar-18 commented on July 20, 2024

both doing same error

from lav_sms.

yungifez avatar yungifez commented on July 20, 2024

Go to your .env and change

APP_URL to

http://localhost:8000

from lav_sms.

PavanKumar-18 avatar PavanKumar-18 commented on July 20, 2024

GET http://127.0.0.1:8000/js/app.js net::ERR_ABORTED 404 (Not Found)

from lav_sms.

PavanKumar-18 avatar PavanKumar-18 commented on July 20, 2024

APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:wjUzQlENU5Bb04kN3ZqhVndcaBZswK3xXj+BHPXmVEk=
APP_DEBUG=true
APP_URL=http://localhost:8000

LOG_CHANNEL=stack

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=SMS
DB_USERNAME=root
DB_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1

MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

from lav_sms.

PavanKumar-18 avatar PavanKumar-18 commented on July 20, 2024

still facing same problem

from lav_sms.

yungifez avatar yungifez commented on July 20, 2024

Hmmmm send a screenshot

from lav_sms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.