https://github.com/avinashn/search_and_gallery_app_vuejs
A simple gallery view type app with search feature in vuejs.
https://github.com/avinashn/search_and_gallery_app_vuejs
laravel laravel54 php vuejs vuejs2
Last synced: 6 months ago
JSON representation
A simple gallery view type app with search feature in vuejs.
- Host: GitHub
- URL: https://github.com/avinashn/search_and_gallery_app_vuejs
- Owner: avinashn
- Created: 2017-05-11T17:43:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T06:54:03.000Z (over 8 years ago)
- Last Synced: 2025-02-27T03:14:54.557Z (over 1 year ago)
- Topics: laravel, laravel54, php, vuejs, vuejs2
- Language: JavaScript
- Homepage: http://justlaravel.com/posts-search-gallery-view-app-vue-js
- Size: 457 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Prerequisites
- After cloning this repository, go to the root folder, run the following command/s,
composer install
composer update - Laravel manages the frontend tools like vue using NPM. So run
npm installto get all the required dependencies. - Rename .env.example to .env and provide your database details there.
- It needs a database table to perform Create, Read and Delete operations on it.
- Import the sql file (posts.sql) located at
/resources/assetsdirectory. - Run
php artisan key:generate
## Working Demo
You can see the demo of the project here
## Reference Post
http://justlaravel.com/posts-search-gallery-view-app-vue-js
## App Demo:
https://www.youtube.com/watch?v=eJkVF2Q6Upk