Results 1 to 9 of 9

Thread: Creating a project in laravel

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2003
    Posts
    3,040

    Default

    Run

    Code:
    cd ~/www/yourname.dev
    php artisan serve
    Paste the result here. So we can see what it will be like when built-in web server working properly.
    Become PHP Expert in 30 days
    FreeMarriage.com - Free Online Matrimonial
    FlashWebHost.com - Professional Web Hosting, Designing.

  2. #2
    Join Date
    Nov 2009
    Posts
    76,596

    Default

    Quote Originally Posted by admin View Post
    Run

    Code:
    cd ~/www/yourname.dev
    php artisan serve
    Paste the result here. So we can see what it will be like when built-in web server working properly.


    Result

    Code:
    sherly@HOME:~$ cd ~/www/sherly.dev/
    sherly@HOME:~/www/sherly.dev$ php artisan serve
    Laravel development server started on http://localhost:8000
    [Mon Dec 15 11:56:09 2014] 127.0.0.1:41676 [200]: /favicon.ico
    [Mon Dec 15 11:56:09 2014] 127.0.0.1:41677 [200]: /favicon.ico

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •