Skip to content

niushay/blog_laravel_jquery

Repository files navigation

demo.mp4

This project is made by Laravel and it is authenticated by Passport package of Laravel. In this project you can register new user, login and logout. When you logged in you can see all posts that created by all users and filter them by writer and/or date. You can click each post to see complete details. Each post has its own QR code that you can scan it with mobile phone and redirect to the link of post.

You can create new post. JQuery validator will validate the data that you entered in login and logout forms. You can export your own posts in excel format by the button in the navbar.

  1. Git clone from Github
  1. Open you custom IDE (for example: phpstorm, VSCode, ...)
  2. Open the directory of the cloned files
  3. Create new database with your own custom name
  4. Change the name of .env.example to .env
  5. Open .env file and change database field due to your database configurations
  6. Uncomment extension=gd in php.ini file
  7. composer update
  8. php artisan migrate
  9. php artisan passport:install
  10. php artisan key:generate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published