Top "Laravel-5.6" questions

Laravel 5.6 is a previous version of the open-source PHP web framework created by Taylor Otwell.

Laravel Cannot Access Image Stored in Storage Folder after Uploading in Server

I am trying to upload and retrieve image in my Laravel project. It worked perfectly in my local server, but …

php laravel storage laravel-5.6
Laravel 5.6 time ago in views

<?php namespace project1\Http\Controllers; use Illuminate\Http\Request; use Illuminate\Support\Facades\DB; use View; class IndexController extends …

php laravel-5.6
How can I pass parameter in the laravel excel?

I get tutorial from here : https://laravel-excel.maatwebsite.nl/docs/3.0/export/basics <?php ... use App\Exports\ItemsDetailsExport; class ItemController …

excel laravel laravel-5.6 laravel-excel
Laravel 5.6: Table creation failed

I'm new to Laravel and I'm trying to create tables using Schema façade. I create the migration file with …

php laravel laravel-5 database-migration laravel-5.6
Location of auth:api Middleware

Can somebody please tell the location of auth:api middleware? As per the auth:api middleware, the api routes are …

laravel-5.5 laravel-5.6 laravel-5.7
Import vue package in laravel

What is the corect way to import vue packages in laravel 5.6? It comes with vue and bootstrap preinstall. I see …

vue.js vue-component laravel-5.6 vue-select
Laravel Passport Multiple Authentication using Guards

Can we use laravel passport with different guards to authenticate APIs for two different types of users. For example we …

laravel laravel-5 laravel-5.6 laravel-passport laravel-5.7
Laravel - How to convert API Resource to array recursively?

I'm using Laravel API Resource and want to convert all parts of my instance to an array. In my PreorderResource.…

php laravel laravel-5.6 laravel-response laravel-resource
laravel remember me not working

I have created 2 different login forms for admin and users in admin login form i have used attempt function i …

php laravel laravel-5.6
Laravel 5.6 - get changed values after updateOrCreate

I have used laravel 5.6 and used the updateOrCreate model to add or update some data. But I need to get …

php laravel laravel-5.6