Support the ongoing development of Laravel.io →

Multiple authentication methods for the same routes

Hi all. My app provides an API that is used both by the frontend (with form/ajax requests) and by ex...

0 Likes
1 Replies

Authentication

I have developed an application using Laravel 5.2 that uses the default authentication. I have the f...

0 Likes
1 Replies

get custom model attribute not working

Model class Domain extends Model { protected $guarded = []; public function clients() { return $th...

0 Likes
1 Replies

Eloquent returns unused values

print_r(User:all()); This prints a lot of fields which are of no use to me like [hidden:protected] =...

0 Likes
1 Replies
posted 9 years ago

How to get post values in lavarel 5

Hi, I am new for Laravel I am submitting a form and trying to retrieve the values from the controlle...

0 Likes
4 Replies

[5.2] dynamic menu

hello, I have a little idea, if I have many modules with logic menu in every modules, can that menu...

0 Likes
0 Replies

Cycle dependecies

Hello, i have general question. How do Eloquent solves cycle dependencies on the tables? Does it at...

0 Likes
1 Replies

Translating a sql query so that can be accepted in laravel

I have this sql query, but I have no idea how to sort of write it Raw so that it can be put into my...

0 Likes
0 Replies
posted 7 years ago

Laravel routes with entrust

I try to Entrust in my Laravel code. At this moment I have users, permisions and roles. create admin...

0 Likes
0 Replies

Laravel 4.2 Homestead PDOException "could not find driver" using "sqlsrv" for MS SQL server.

I'm using two database connections. One is our data warehouse, one is the mysql database powering th...

0 Likes
1 Replies

Problem with extending of elixir

I want to output style.css outside app folder(one level above root). But for some reason my code doe...

0 Likes
0 Replies

How to do Theaming in laravel 5

Hi, I want to create a theme for laravel 5, but not getting any appropriate tutorial for it. Any one...

0 Likes
3 Replies
Solved
posted 7 years ago

use facades laravel framework reported some error

Fatal error: Call to undefined method Illuminate\Support\Facades\xxx::xxx() <?php namespace App\...

0 Likes
2 Replies

Laravel 5.2 validation errors issues

Written with StackEdit. So i have this issues with displaying my custom errors and validation erro...

0 Likes
6 Replies

SQS Duplicate messages handeling

I am running a queue process using Amazons SQS and a separate machine that processes the jobs (a wor...

0 Likes
1 Replies

Laravel Roles and Permissions on routes

I have a Laravel 5.2 application using the Auth functionality provided by Laravel. For roles and per...

0 Likes
2 Replies
posted 7 years ago

Import CSV file into mysql through seeder in Laravel 5.2

I have a csv file which contains all data of my blog, i want to import this file into mysql through...

0 Likes
1 Replies

Laravel Cashier Multiple Subscription

Hi everyone, I am developing an application which is a subscription based app. But in my case rather...

0 Likes
0 Replies

Laravel, mysql, sessions - return same row mutiple times

how do i return same row mutiple times? I tried using wherein('table' , \Session::get('memory')) asw...

0 Likes
0 Replies

Jason to Model

As i understand laravel supports the model route binding. I do understand how it works and i find th...

0 Likes
2 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.