It provides us method to keep data across the lifetime of the angular app It provides us method to communicate data across the controllers in a consistent way This is a singleton object and it gets ...
Install Karma ( npm install -D karma ). We use Karma to run out test against real browsers or headless browser ( phantomjs ) Karma allows us to run out test codes against multiple browsers at the same ...
In the first part of this tutorial series we created a basic Laravel application with all the data model needed for the application and a basic first controller to insert new room type. As we said at ...