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...

Wednesday, October 26, 2016

USB 8G became 3MB - Fixed

So.... In order to make it back to it's original size, please follow these steps....

So we have a lot of unallocated space... :D So... mmmm..........
Open command prompt, type "diskpart" :
Then type "select volume 5" to select our usb, then type "clean" :
Just format our usb then go back to disk management.... then right click on the usb, choose new volume as shown in the picture below :







Yeeeei...Awesome... B-)

Laravel Paths

For laravel 5.3 :