Wednesday 30 January 2019

How to run multiple Laravel projects at same time?

Multiple Laravel Projects

First run your first laravel project blog as follows:
Open your command prompt and go to your drive where your laravel project exist.
And type php artisan serve

C:\xampp\htdocs\blog>php artisan serve

Now type http://localhost:8000 in browser and your blog project will run.

Again open another command prompt and again go to your another laravel project bloganother

C:\xampp\htdocs\bloganother>php artisan serve --port=8080

Now go to your browser and type http://localhost:8080 in your browser your another project will also run.

Thank you for reading this article. Hope your problem get solved. 



Friday 18 January 2019

Free cPanel Web Hosting with PHP5/Mysql

Free cPanel Web Hosting with PHP5/Mysql - no advertising!
Register now: https://www.000webhost.com/1136586.html

We can offer you a free web hosting package packed with advanced features for hosting & building professional dynamic websites. We provide secure free web space with all the web hosting tools you could possibly ever need.

Our package includes:
- 1500 MB of Disk Space, 100 GB Bandwidth 
- Host your own domain (https://www.yourdomain.com)
- cPanel Powered Hosting (you will love it)
- Over 500 website templates ready to download
- Easy to use website builder
- Free POP3 Email Box with Webmail access
- FTP and Web based File Manager 
- PHP, MySQL, Perl, CGI, Ruby.
- And many more..

Click here to visit us: https://www.000webhost.com/1136586.html

Hello everyone! 
Today I just found this free host with:

- 1500 MB of Disk Space
- 100 GB Bandwidth
- Your own domain hosting
- cPanel Control panel
- Website Builder
- Over 500 website templates ready for download
- Free POP3 Email Box and Webmail access
- FTP and Web based File Manager 
- PHP, MySQL, Perl, CGI, Ruby. 
- No Ads at all!


Web hosting

How to run multiple Laravel projects at same time?

Multiple Laravel Projects First run your first laravel project blog as follows: Open your command prompt and go to your drive where your...