Comments on: Install Laravel on Ubuntu 16.04 https://www.rosehosting.com/blog/install-laravel-on-ubuntu-16-04/ Premium Linux Tutorials Since 2001 Fri, 16 Dec 2022 09:34:51 +0000 hourly 1 https://wordpress.org/?v=6.5.3 By: thedigizones https://www.rosehosting.com/blog/install-laravel-on-ubuntu-16-04/#comment-48172 Thu, 23 Apr 2020 13:53:16 +0000 https://www.rosehosting.com/blog/?p=20463#comment-48172 This framework offers developers to conserve time and also assists decrease planning and thinking to constitute the complete website from the scrape. Furthermore, it is an open-source framework of PHP and pursues the MVC (model-view-controller) architectural design. Apart from this, this framework provides a lot of descriptive and explanatory forums, expert’s opinions and blogs for flawless free coding.

]]>
By: admin https://www.rosehosting.com/blog/install-laravel-on-ubuntu-16-04/#comment-47089 Tue, 03 Jul 2018 11:31:48 +0000 https://www.rosehosting.com/blog/?p=20463#comment-47089 In reply to Luis.

Yes, you need to order a VPS and install Laravel on it.

]]>
By: Luis https://www.rosehosting.com/blog/install-laravel-on-ubuntu-16-04/#comment-47085 Mon, 02 Jul 2018 15:39:12 +0000 https://www.rosehosting.com/blog/?p=20463#comment-47085 Do we need a hosting plan to follow this tutorial? I just want to access my laravel projects from my browser, I’m not interested in deploying my app yet.

]]>
By: laravel https://www.rosehosting.com/blog/install-laravel-on-ubuntu-16-04/#comment-46764 Thu, 22 Mar 2018 01:32:37 +0000 https://www.rosehosting.com/blog/?p=20463#comment-46764 I don’t recommend this way, there’s an easier way within 30 seconds… Also it doesn’t work, they didn’t show which php version or dependencies and how to find the missing ones.

]]>
By: MrMarlow https://www.rosehosting.com/blog/install-laravel-on-ubuntu-16-04/#comment-46657 Sun, 11 Feb 2018 21:44:48 +0000 https://www.rosehosting.com/blog/?p=20463#comment-46657 You can simply call git clone with a period to save directly into current file;

`git clone https://github.com/laravel/laravel.git .`

]]>
By: admin https://www.rosehosting.com/blog/install-laravel-on-ubuntu-16-04/#comment-46487 Tue, 02 Jan 2018 09:08:06 +0000 https://www.rosehosting.com/blog/?p=20463#comment-46487 In reply to Bill.

Please check the composer.json file, and check if PHP Mcrypt extension is enabled in PHP.

Then, delete composer.lock and the vendor directory and try again.

]]>
By: Bill https://www.rosehosting.com/blog/install-laravel-on-ubuntu-16-04/#comment-46486 Tue, 02 Jan 2018 03:36:18 +0000 https://www.rosehosting.com/blog/?p=20463#comment-46486 Fantastic guide so far!
However, when I run “php artisan key:generate” I get:

PHP Fatal error: Uncaught Error: Class ‘Illuminate\Foundation\Application’ not found in /var/www/html/project/bootstrap/app.php:14
Stack trace:
#0 /var/www/html/project/artisan(20): require_once()
#1 {main}
thrown in /var/www/html/project/bootstrap/app.php on line 14

any ideas? I already tried “composer dumpautoload” and that fails also with the same error.

]]>
By: admin https://www.rosehosting.com/blog/install-laravel-on-ubuntu-16-04/#comment-46461 Wed, 27 Dec 2017 06:55:25 +0000 https://www.rosehosting.com/blog/?p=20463#comment-46461 You should replace `your_domain.com` with your actual domain name.

]]>