Top "Laravel-5.2" questions

Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.

Error installing Laravel 5.2 on forge

I am trying to resolve this error, and looking for answer everywhere. I checked and they are all enabled in …

php laravel laravel-5.2 forge
FatalErrorException in HtmlServiceProvider.php line 36: laravel

I am using laravel 5.2 and I am getting following error FatalErrorException in HtmlServiceProvider.php line 36: Call to undefined method Illuminate\…

laravel laravel-routing laravel-5.2
How to scrape in laravel 5.2 using Goutte?

I am new to Laravel 5.2, I want to scrape a web page. I came to know that it can be …

php web-scraping laravel-5.2 goutte
Creating database view in migration laravel 5.2

I'm trying to create a database view via a migration in Laravel 5.2 as I need to hand a fairly complex …

laravel laravel-5.2 laravel-migrations laravel-query-builder
How do I make doctrine support timestamp columns?

I'm trying to apply the following migration: Schema::table('users', function (Blueprint $table) { $table->timestamp('created_at')->…

php doctrine-orm database-migration laravel-5.2 sql-timestamp
Laravel 5.2 Validation Error not appearing in blade

I want to show validation Error in View page while user giving wrong input. It's Ok that it's not saving …

php laravel validation laravel-5.2 server-side-validation
Laravel 5.2 Service provider not booting

I have a weird issue with a service provider. I have a ComposerServiceProvider with a dd("I'm loaded"); in the …

laravel laravel-5.2 service-provider
Laravel 5.7 + Intervention Image : Image source not readable

I've create an app that upload image along with title, description & etc. However, i'm having a problem in some …

laravel laravel-5.2 laravel-5.7 intervention
PHP artisan suddenly doesn't work

I have started to learn Laravel. Until now, everything worked perfectly. I'm following this tutorial and I'm stuck with episode 7. …

php laravel laravel-5 laravel-artisan laravel-5.2
Can't see/upload my .env file in cpanel

I can't see my .env file in my cpanel and i also can't upload .env file in my cpanel. What …

laravel-5.2 cpanel