mountbee
Member
Thank you for your reply bro. Here are the steps I followed as per your explanations.
On a Laragon, I created a black project (abcd.xyz).
As per your recommendation, I extracted the script, uploaded the database (demo.sql).
Then, I edited the file and replaced the code (you've shared) with following file:
resources\views\admin\settings\index.blade.php
Then, I edited the env file with following changes:
# Database Settings
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=rocketlms
DB_USERNAME=root
DB_PASSWORD=
# SMTP Settings
MAIL_DRIVER=smtp
MAIL_MAILER=smtp
MAIL_HOST=smtp.google.com
MAIL_PORT=
MAIL_USERNAME=[email protected]
MAIL_PASSWORD=
MAIL_ENCRYPTION=
MAIL_FROM_ADDRESS=[email protected]
MAIL_FROM_NAME="${APP_NAME}"
Finally, I tried accessing the URL https://abcd.xyz but it is showing following error:
![]()
try to reverse the progress, reverse the inside.blade to default, and try login , if you can't just make sure you laragon meets the requirement
based on your error there's some possibilities
Enumerable
diff(mixed $items)
Get the items in the collection that are not present in the given items.
Enumerable
diffUsing(mixed $items, callable $callback)
Get the items in the collection that are not present in the given items, using the callback.
Enumerable
diffAssoc(mixed $items)
Get the items in the collection whose keys and values are not present in the given items.
Enumerable
diffAssocUsing(mixed $items, callable $callback)
Get the items in the collection whose keys and values are not present in the given items, using the callback.
Enumerable
diffKeys(mixed $items)
Get the items in the collection whose keys are not present in the given items.
Enumerable
diffKeysUsing(mixed $items, callable $callback)
Get the items in the collection whose keys are not present in the given items, using the callback.
Enumerable
duplicates(callable|null $callback = null, bool $strict = false)
Retrieve duplicate items from the collection.
Enumerable
duplicatesStrict(callable|null $callback = null)
Retrieve duplicate items from the collection using strict comparison.