return redirect('checkout/payment')->with(['shipping'=>$shipping]);
Category: Travelling
Laravel dd format for making a sublime snippet
<snippet> <content><![CDATA[ echo '<pre>'; echo ' Method: ' . __METHOD__ . ', Class: ' . __CLASS__ . ', File: ' . __FILE__.', Line: '.__LINE__; echo '</pre>'; dd(${1:'Fine till line ' . __LINE__}); ]]></content> <!-- Optional: Set a tabTrigger to define how to trigger the snippet --> <tabTrigger>fdd</tabTrigger> <!-- Optional: Set a scope to limit where … Continue reading Laravel dd format for making a sublime snippet
How to clone a specific Git remote branch?
Clone the repository git clone <repository_url> List all branches git branch -a Checkout the branch that you want git checkout <name_of_branch>
The Journey Begins
Thanks for joining me! Good company in a journey makes the way seem shorter. — Izaak Walton