An open API service indexing awesome lists of open source software.

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.

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).