Laravel 5 installation in localhost

sona-thakker

Jan 12th, 2017 08:21 AM

 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 ?

    I had tried to cut ht-access from public directory and paste it to root directory but nothing works.

    Help will be appreciated.

mark

Jan 12th, 2017 08:35 AM

What tool are you using to run it locally?

sona-thakker

Jan 12th, 2017 09:00 AM

Using Xampp and now i solved it by renaming server.php to index.php :)

mark

Jan 12th, 2017 10:10 AM

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

sona-thakker

Jan 12th, 2017 11:40 AM

ok thanks 

sona-thakker

Jan 16th, 2017 04:29 AM

Can i have code or link to learn crud operation 

sona-thakker

Jan 16th, 2017 05:28 AM

How to use form and html ?

sebastian-späth

Jan 16th, 2017 08:13 PM

You can also run your application with:

php artisan serve (https://devdojo.com/series/laravel-5-3-basics/episode/artisan)

 

For using a form with laravel i think the following video can help you:

https://devdojo.com/series/laravel-5-3-basics/episode/requests

sona-thakker

Jan 17th, 2017 05:22 AM

M getting this type of error

 FatalErrorException in ProviderRepository.php line 146:

Class 'Collective\Html\HtmlServiceProvider' not found

sona-thakker

Jan 17th, 2017 05:39 AM

I want html form without composer and i had solved with the htlp of following link : 

http://stackoverflow.com/questions/32666164/laravel-5-installing-form-and-html-classes-without-composer

sona-thakker

Jan 17th, 2017 05:41 AM

And thank you guys for your support

payal-desai

Jan 19th, 2017 06:56 AM

This one is nice.

majid-cs

Jan 20th, 2017 12:45 AM

Laracast will help be you to learn laravel

 

 

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 ?