https://github.com/sheitak/laragram
Instagram clone developed with the Laravel framework, PHP and Vue.Js. It allows a following system, display of users, publication create and display of posts.
https://github.com/sheitak/laragram
laravel php vuejs
Last synced: about 1 month ago
JSON representation
Instagram clone developed with the Laravel framework, PHP and Vue.Js. It allows a following system, display of users, publication create and display of posts.
- Host: GitHub
- URL: https://github.com/sheitak/laragram
- Owner: Sheitak
- Created: 2020-04-04T09:28:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:46:13.000Z (over 3 years ago)
- Last Synced: 2025-03-14T12:34:41.268Z (over 1 year ago)
- Topics: laravel, php, vuejs
- Language: PHP
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Laragram
First Version of Laragram. It's an Instagram clone developed with the Laravel framework, PHP and Vue.Js.
It allows a following system, display of users, publication create and display of posts.
##### 1. Configure your environment
- Check the ```.env``` and whrite your correct informations for ```DB_CONNECTION```, ```DB_DATABASE```, ```DB_PASSWORD``` and ```DB_USERNAME```
- Create a database file and use ```php artisan migrate```
- Install PHP dependencies with ```composer install```
- Install JavaScript dependencies with ```npm install```
- Start local server : ```php artisan serve```
##### 2. Build JavaScript with NPM
- Excute ```npm run dev``` for build your action, and ```npm run --watch``` for regular compilation
## About Laravel
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).
Laravel is accessible, powerful, and provides tools required for large, robust applications.
## Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).