Laravel Eloquent uses Collections to return the results. Collections contains very useful methods that makes them very powerful and helpful to use. You can filter them, modify them and much…
Month: October 2018
Get the project and don’t forget to rate on github. 🙂 https://github.com/EgHoxhaj/laravel-admin-dashboard
How to build Multiple Authentication in Laravel 5.7 using Middleware. This is a fresh Laravel installation. 1. Open .env file and set database credentials in these files. 2. Open the…
In today’s article, I am going to create a chatroom using Laravel, Pusher and VueJs. Since these tools are popular and almost every developer has heard of them, I will…