Laravel is a development framework which has rejuvenated PHP as a server-side language. It has gained massive popularity, and for good reason. It is a highly readable framework, which can be utilized in a modularized fashion in Composer packages. It
Today I am going to show you how easy it is to create a todo app with SMS alerts in Laravel. Everything needed in including in the Laravel installation. I am using Laravel Homestead as my development machine image.
**What Will We Be Building?**
In today’s web applications, we use a wide variety of tools to speed up the development workflow while keeping the code base as lean as possible. However, these tools might slow the process down, as some of them require compilation of the code,
The ease of being able to queue jobs in Laravel is one of my favourite features of the framework. All you have to do is implement the ShouldQueue interface and the job will automatically be placed onto the queue. It’s so easy!
However, if yo
I have tested many packages for laravel Ecommerce website development but many of them were incomplete or useless but here is a great package that will ease your laravel ecommerce development .
Here i am talking about LARAVEL SHOP package which
In Laravel, it's easy to set environment variables that are specific to your testing environment. Just edit your phpunit.xml file and set them as entries in the block:
Laravel Eloquent is awesome – probably I don’t need to tell you that. What is less known is the list of methods to work with Eloquent Collections. You can filter them, slice them, easily modify etc. But let’s look at it one by one.
Introduction
------------
Allow me to start this tutorial with a business perspective then jump into the technical aspect of it.
**Why should you allow me to do this?**
Because we develop technical tools that add value to the business of ou
Baljeet Singh wrote a nice tutorial on how to use Laravel and AngularJS together.
The Facade pattern is a software design pattern which is often used in object oriented programming. A facade is, in fact, a class wrapping a complex library to provide a simpler and more readable interface to it. The Facade pattern can also be used t