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.

Batch insert in Laravel 5.2

I am using a API's with lot's of calculation almost 100 database fields at the end with a big Foreach loop. …

laravel laravel-5.2 batch-insert
What Laravel cache do I need to clear to remove error about missing migration file?

I've got a couple of migrations for tables within my app. The tables are: people skills media notes There is …

php laravel database-migration laravel-5.2 laravel-artisan
Image class not found when using Intervention

I have installed Laravel 5.2 and Intervention, this is now in the composer.json file in the project. "require": { "php": ">=5.5.9", "…

php laravel laravel-5.2 intervention
Laravel 5.2 How To redirect All 404 Errors to Homepage

How can I redirect all 404 errors to homepage? I have custom Error Page but google analytics is throwing too much …

laravel redirect http-status-code-404 http-status-code-301 laravel-5.2
Laravel blade @can policy - string

I am using Laravel 5.2. So I'm learning about how to deal with roles and permissions Authorization. Everything runs fine. I …

php laravel laravel-5 laravel-5.2 laravel-authorization
Reload .env constants in Laravel 5.2

I just changed a constant inside my .env file. The new value is shown up correctly with php-cli (via tinker), …

laravel laravel-5.2 laravel-forge
Laravel Source Encrypt

Is there any ways available to encrypt the source code of Laravel? I do not want my client to see …

laravel encryption laravel-5 laravel-5.2 source-code-protection
bootstrap-select get the value and the text

I try to do a selections on companies to add to a group, and after that to do the connection …

javascript php html laravel-5.2 bootstrap-select
using lumen 5.2 with blade template engine?

I follow the official documentation of laravel to create templates with blade.I'm trying to make my first template but …

laravel laravel-5.2 blade lumen lumen-5.2
Laravel 5 schedule job every 30 seconds

I am using Laravel schedule to run cron jobs. In my crontab I have added (with correct path to my …

laravel laravel-5 scheduled-tasks laravel-5.2 laravel-scheduler