Question By
Unsolved

Laravel 5 installation in localhost

sona-thakker

Jan 12th, 2017 08:21 AM

<p>&nbsp;I am new to Laravel i had installed Laravel 5 from localhost and when i call the URL like HTTP://localhost/laravel2/ &nbsp;instead of welcome page i am getting directory listing or object not found , what to do ?</p> <p>&nbsp; &nbsp; I had tried to cut ht-access from public directory and paste it to root directory but nothing works.</p> <p>&nbsp; &nbsp; Help will be appreciated.</p>
mark

Jan 12th, 2017 08:35 AM

<p>What tool are you using to run it locally?</p>
sona-thakker

Jan 12th, 2017 09:00 AM

<p>Using Xampp and now&nbsp;i solved it by renaming server.php to index.php :)</p>
mark

Jan 12th, 2017 10:10 AM

<p>Okay. Else I could recommend this reading:<br />https://www.codementor.io/magarrent/tutorials/how-to-install-laravel-5-xampp-windows-du107u9ji</p>
sona-thakker

Jan 12th, 2017 11:40 AM

<p>ok thanks&nbsp;</p>
sona-thakker

Jan 16th, 2017 04:29 AM

<p>Can i have code or link to learn crud operation&nbsp;</p>
sona-thakker

Jan 16th, 2017 05:28 AM

<p>How to use form and html ?</p>
sebastian-späth

Jan 16th, 2017 08:13 PM

<p>You can also run your application with:</p> <p><strong>php artisan serve&nbsp;</strong>(https://devdojo.com/series/laravel-5-3-basics/episode/artisan)</p> <p>&nbsp;</p> <p>For using a form with laravel i think the following video can help you:</p> <p>https://devdojo.com/series/laravel-5-3-basics/episode/requests</p>
sona-thakker

Jan 17th, 2017 05:22 AM

<p>M getting this type of error</p> <p>&nbsp;<abbr style="background-color: #dddddd; color: #333333; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 20px; border-width: 0px 0px 1px; border-image: initial; cursor: help; border-color: initial initial #000000 initial; border-style: initial initial dotted initial;" title="Symfony\Component\Debug\Exception\FatalErrorException">FatalErrorException</abbr><span style="background-color: #dddddd; color: #333333; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 20px;">&nbsp;</span><span style="background-color: #dddddd; color: #333333; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 20px;">in</span><span style="background-color: #dddddd; color: #333333; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 20px;">&nbsp;</span><a style="background: none; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 20px; color: #868686; cursor: default;" title="D:\xampp\htdocs\laravel2\vendor\laravel\framework\src\Illuminate\Foundation\ProviderRepository.php line 146">ProviderRepository.php line 146</a><span style="background-color: #dddddd; color: #333333; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 20px;">:</span></p> <h2 class="block_exception clear_fix" style="margin: 0px; padding: 20px; font-size: 20px; font-weight: normal; font-stretch: normal; line-height: normal; font-family: Georgia, 'Times New Roman', Times, serif; background-color: #dddddd; color: #333333; border-top-left-radius: 16px; border-top-right-radius: 16px; border-top: 1px solid #cccccc; border-right: 1px solid #cccccc; border-left: 1px solid #cccccc; overflow: hidden; word-wrap: break-word;"><span class="exception_message" style="margin-left: 3em; display: block;">Class 'Collective\Html\HtmlServiceProvider' not found</span></h2>
sona-thakker

Jan 17th, 2017 05:39 AM

<p>I want html form without composer and i had solved with the htlp of following link :&nbsp;</p> <p>http://stackoverflow.com/questions/32666164/laravel-5-installing-form-and-html-classes-without-composer</p>
sona-thakker

Jan 17th, 2017 05:41 AM

<p>And thank you guys for your support</p>
payal-desai

Jan 19th, 2017 06:56 AM

<p>This one is nice.</p>
majid-cs

Jan 20th, 2017 12:45 AM

<p><a href="https://laracasts.com">Laracast</a> will help be you to learn laravel</p> <p>&nbsp;</p> <p>&nbsp;</p>
sona-thakker

Jan 21st, 2017 04:15 AM

Yes It helps a lot when you don't find any solution

sona-thakker

Jan 21st, 2017 07:04 AM

I had download and install voyager admin panel now what to do to access it without composer ?