How to install Breadly (Custom Back-end for AppInventor)

Not sure what do you mean? What main database? Can you explain in more details what have you done and what are you trying to accomplish?

To remove whole Breadly remove all files and remove tables from the database. You can either remove tables manually or by issuing the following command:

php artisan migrate:reset

Note that the command will remove only tables created by Breadly during installation. Any custom made tables will remain in the database.

2 Likes

Hey,
I have NANO in the path but it still throws me a

‘nano’ is not recognized as an internal or external command,
operable program or batch file.

error.

Here’s my path and the directory:


What am I doing wrong?

1 Like

What are you trying to do with nano? I’m not using Windows, but as far as I remember, you need to close the command prompt window and open another one in order to reload the environment variables.

Exactly what I did.

1 Like

I reiterate my recommendation to install Laragon, it comes with this and other included useful features

Laragon is already installed.

Are you using Laragon CMD?

Yup.

Strange, it’s working for me


But you can edit a file using an External editor :slight_smile:

Wait whaat, am I dumb?

It works for me now :sob: :joy:
Looks like more then 1 restart is necessary :man_shrugging:

Thanks a lot for your help guys

Also, if anyone receives a “cp is not recognized” error, just change cp to copy.

What should the DB_DATABASE be?
I tried “” and “homestead” (default). None work.

Have you created a database?

Creating Database

Yes

Then you must put the name of the database you have created

Oh, right. Sorry, I am a newbie.

1 Like

Welcome to the Laravel programming madhouse :crazy_face:

1 Like