Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.
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 forgeI 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.2I 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 goutteI'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-builderI'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-timestampI 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-validationI 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-providerI'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 interventionI 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.2I 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