Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khalidlam/instagramclone
An Instagram Clone using Laravel
https://github.com/khalidlam/instagramclone
css html instagram-clone laravel laravel6 mysql php vue
Last synced: about 1 month ago
JSON representation
An Instagram Clone using Laravel
- Host: GitHub
- URL: https://github.com/khalidlam/instagramclone
- Owner: KhalidLam
- Created: 2020-03-10T17:47:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T09:28:29.000Z (5 months ago)
- Last Synced: 2024-10-11T11:04:56.354Z (about 1 month ago)
- Topics: css, html, instagram-clone, laravel, laravel6, mysql, php, vue
- Language: PHP
- Homepage:
- Size: 8.32 MB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: history_cmd.txt
Awesome Lists containing this project
README
# InstaClone
An Instagram Clone using Laravel
![alt text](https://github.com/KhalidLam/instagramClone/blob/master/screenshot.png)
## Getting started
1. Clone project `git clone https://github.com/KhalidLam/instagramClone.gitL`
2. Go to the folder `cd instagramClone`
3. Install composer `composer install`
4. Install npm package `npm install`
5. Copy and edit .env file from .env.example `cp .env.example .env`
6. Generate project key `php artisan key:generate`
7. Create an empty database `test` for example
8. In the .env file, change database information `DB_DATABASE=test`
9. Migrate the database `php artisan migrate`
10. Create symbolic link for storage `php artisan storage:link`
11. Run project `php artisan serve`