Laravel tag

3 results for laravel tag. View blog tags

Extend Larvel's Cashier to use our own Subscription model

posted by 6 years ago and updated 5 years ago

We love Laravel! It is our go to framework for php development projects. At times though we run into trouble using it.

This time we wanted to change the way Laravel\Cashier was working. We wanted to extend the Subscription model. and have Laravel/Cashier use that model.

Why Extend the Subscription Model of Cashier?

Because we wanted t

... read more on Extend Larvel's Cashier to use our own Subscription model

Testing Mail with Laravel Dusk and Mailtrap.io

posted by 5 years ago and updated 5 years ago

Laravel Dusk is an amazing way to do acceptance testing in order to make sure your application is working. To be honest acceptance testing is our favourite testing because it proves your application is working.

Although Dusk is amazing and powerful it might appear that it has certain limitations. Dusk uses ChromeDrive to create an application

... read more on Testing Mail with Laravel Dusk and Mailtrap.io

Testing with Laravel Sail and Cypress

posted by 3 years ago and updated 3 years ago

Testing is always an important element to pushing code that works. Or that code that if it breaks we can easily fix.

Setting things up for testing can always be a pain.

For this guide we will be using a package laracasts/cypress

Follow the Installation and Environment Handling sections in R

... read more on Testing with Laravel Sail and Cypress