Skip to content

benahmetcelik/menote-laravel-simple-note-app

Repository files navigation

What Does This Software Do?

This Software is a Simple Note (Short Link Note) Application Written in Laravel. Its Purpose is to guide people who are just starting to develop projects with Laravel. You can review some of the resources I used in this project from these links :

How Can You Run?

First, download the project to your computer. For this, you can click on the button that says "Code" above and say "Download Archive". Or You can type

git clone https://github.com/benahmetcelik/menote-laravel-simple-note-app.git

and download

Composer Install And Update

composer install

composer update

Edit Your .env File For Database Connection

First, open your .env file in project dir. Then find the lines I have shown below and customize them according to you.

DB_DATABASE=menote_laravel

DB_USERNAME=root

DB_PASSWORD=

Run the Migration Creation Command

php artisan migrate

Your Ready !

Ok, Now your project setups completed on successful.

Lets Start !

Please login to your project dir with console and run this command.

php artisan serve

Save First Note And Finish !

Now your project running. İf you want test , visiting this address and finished !

http://127.0.0.1:8000/

License

The MeNote Project is open-sourced software licensed under the MIT license.

Support:

benahmetcelik



Screenshots:

Releases

No releases published

Packages

No packages published

Languages