Showing posts with label PHP Development Tools. Show all posts
Showing posts with label PHP Development Tools. Show all posts

Saturday, October 29, 2016

Import and Run Laravel Project in Eclipse PDT




Okie... Next thing we have to do is configuring laravel new server....So go to "Run" menu, choose "Run Configuration" :
Hit "New" to create a new configuration


Just hit "Finish"... okaay... mmmm.mmmmmmm............Next, right-click on welcome.blade.php, then run as webapplication :


Oooops.... We need to run "php artisan serve" from cmd then... :D
 Refresh the page.... aaaand... tadaaa....

Getting Started with Eclipse PDT (PHP Development Tools)

So... First thing first...is downloading the eclipse PDT. We can download it from this site :
http://www.eclipse.org/pdt/#download
After downloading and unzipping the eclipse pdt.. just hit eclipse.exe...


Next... Let's create a new PHP project...





Next.. Create a new php file:




OKiee.... Let's a Hellow World like usual... :D

To run it, right click on the file, then choose, Run as PHP web application :



Yaaaps..... That's the end of this post... :D

Go to the next part...