Laravel 5 installation in localhost
<p> I am new to Laravel i had installed Laravel 5 from localhost and when i call the URL like HTTP://localhost/laravel2/ instead of welcome page i am getting directory listing or object not found , what to do ?</p>
<p> I had tried to cut ht-access from public directory and paste it to root directory but nothing works.</p>
<p> Help will be appreciated.</p>
<p>Using Xampp and now i solved it by renaming server.php to index.php :)</p>
<p>ok thanks </p>
<p>Can i have code or link to learn crud operation </p>
<p>How to use form and html ?</p>
<p>You can also run your application with:</p>
<p><strong>php artisan serve </strong>(https://devdojo.com/series/laravel-5-3-basics/episode/artisan)</p>
<p> </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>
<p>M getting this type of error</p>
<p> <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;"> </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;"> </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>
<p>I want html form without composer and i had solved with the htlp of following link : </p>
<p>http://stackoverflow.com/questions/32666164/laravel-5-installing-form-and-html-classes-without-composer</p>
<p>And thank you guys for your support</p>
<p>This one is nice.</p>
Yes It helps a lot when you don't find any solution
I had download and install voyager admin panel now what to do to access it without composer ?

