In previous articles:
- How-to : Introduction to Laravel : Create Laravel Framework project on openSUSE Leap 42.1
- How-to : Introduction to Laravel : Publish Laravel Framework project on Apache 2.4
we created and published web project.
Now it’s time to try to do some development and modify out-of-the-box project to create our own application.
Question is what tools should we use to start code development.
You might want to have a look at two available for free:
Sublime Text
Download from: http://www.sublimetext.com
Visual Studio Code
Download from: http://code.visualstudio.com
Both apps can highlight syntax for PHP-based code, so both can be used for development purposes with Laravel web application.
Check them and decide which one will be better fit for you.