Our team is switching from CodeIgniter to Laravel as PHP framework. I'm currently in the learning process of using this framework and I can say that if you used Ruby On Rails before, you will see some similarity on both. I also like it's Blade Templating System that makes the view more manageable.
If you're using Sublime Text 2/3 you will notice that it does not support Blade syntax but this is not a problem since you can manually install it through Package Control.
STEP 1
STEP 2
Open Tools > Command Palette or press Ctrl+Shift+P and type install package then press Enter.
A new window will show up where it will show all package list that can be installed.
STEP 3
Type laravel blade and install all related package.
STEP 4
As of this step, you're Sublime Text 2/3 support Blade syntax but not yet enabled. To enable it, repeat Step 2 and type ApplySyntax and install all related package.
STEP 5
Restart Sublime Text 2/3 by closing and reopen it.That's it! Now you're Sublime Text 2/3 now support Blade syntax without any problem.