- install composer dependencies
composer install
-
copy
.env.example
file to.env
-
generate app keys
php artisan key:generate
- update openAI api in
.env
file
OPENAI_API_KEY="ENTER_OPENAI_API_KEY"
-
now run php server by
php artisan serve
-
Now the LaravelGPT is ready to use open this link on browser
http://127.0.0.1:8000
The Laravel framework is open-sourced software licensed under the MIT license.