– Now, you should be able to access Laravel properly without any error, e.g. http://localhost/laravel/public
If you already have run composer install command and still getting the error, then you can try running the following command:
1sudo chmod-R777bootstrap/cache storage
Snipe It Install Guide<p><strong>Alternatively</strong>, the better way to create laravel project / install Laravel will be directly through composer. Instead of downloading/cloning Laravel from GitHub, you can run the following composer command in terminal/command-prompt:</p><p>– Go to your web server root (in Ubuntu, it’s /var/www/)<br>– Run the following command in terminal:</p><textarea readonly='>composer create-project laravel/laravel name-of-your-project1composer create-project laravel/laravel name-of-your-project
– This will create a directory with name-of-your-project and install Laravel files in it – This will also install all the required dependencies to run Laravel – Then, you can simply browse http://localhost/name-of-your-project/public to access Laravel
Hope this helps. Thanks.
Share this:
Related posts:
Laravel: Enable Proper Error Display
Tomcat Eclipse Error: Multiple contexts having same path
Tomcat Eclipse Error: Starting Tomcat v7.0 Server at localhost has encountered a problem
Hyperledger Fabric: Error: error getting endorser client for channel: endorser client failed to connect to peer0.org1.example.com:7051: failed to create new connection: context deadline exceeded
Laravel: Simple/Easy Installation Guide
MySQL Installation Problem: Can’t create pid file – no such file or directory
PHP: Read Write File, Read Scan Directory
Laravel: Login Register [Beginner Tutorial]
Joomla Error – “JFolder::create: Could not create directory” while installing extension
[SOLVED] Magento Fatal error: Call to a member function toOptionArray() on boolean includes/src/Mage_Adminhtml_Block_System_Config_Form.php
Find me on
About
Mukesh Chapagain is a graduate of Kathmandu University (Dhulikhel, Nepal) from where he holds a Masters degree in Computer Engineering. Mukesh is a passionate web developer who has keen interest in open source technologies, programming & blogging. more..
Subscribe via Email
Categories
Archives
Archives
Recent Posts
Magento 2: Create Widget Programmatically & Assign Static Block to it
Magento 2: Add/Update CMS Static Block via Install/Upgrade Script Programmatically
Magento 2: Add/Update CMS Page via Install/Upgrade Script Programmatically
FFMPEG: Convert & Edit Video via Command Line
ImageMagick: Convert/Edit Multiple Images
[INFOGRAPHIC] Magento Basic Facts for Newbies
ImageMagick: Convert & Edit Image via Command Line
[SOLVED] ERROR 2006 (HY000): MySQL server has gone away
[SOLVED] MySQL: The server quit without updating PID file
Magento 2: Change Increment ID Prefix, Suffix, Start value, Step, Pad length of Order, Invoice, Creditmemo & Shipment
Related Posts
Laravel: Enable Proper Error Display
Tomcat Eclipse Error: Multiple contexts having same path
Tomcat Eclipse Error: Starting Tomcat v7.0 Server at localhost has encountered a problem
Hyperledger Fabric: Error: error getting endorser client for channel: endorser client failed to connect to peer0.org1.example.com:7051: failed to create new connection: context deadline exceeded
Laravel: Simple/Easy Installation Guide
MySQL Installation Problem: Can’t create pid file – no such file or directory
PHP: Read Write File, Read Scan Directory
Laravel: Login Register [Beginner Tutorial]
Joomla Error – “JFolder::create: Could not create directory” while installing extension
[SOLVED] Magento Fatal error: Call to a member function toOptionArray() on boolean includes/src/Mage_Adminhtml_Block_System_Config_Form.php
Most Viewed
Very Simple Add, Edit, Delete, View (CRUD) in PHP & MySQL [Beginner Tutorial]- 344,179 views
How to Calculate Inverter & Battery Backup Time?- 313,352 views
Magento: How to get attribute name and value?- 183,933 views