Basic Application Using Laravel Framework.
- Git clone it in C:/xampp/htdocs
- create a .env file
- copy content of example-env to .env
- open bash terminal and run "php artisan key:generate"
- In bash run command "composer install" (This will install all dependencies)
- Either host it virtually or run php artisan serve
- Register
- Login
- Create new Blog
- Publish Blog
- Delete Blog
- Update Blog
- Logout
- Read other's blog