Support the ongoing development of Laravel.io →

Allow package routes to work depending on whether user has installed auth or not

Hi there Im writing a package which adds new routes. If the user has installed the auth then I want...

0 Likes
0 Replies

How to get parameter in laravel 5.3?

My view is like this : <li class="{{ Request::is('users*') ? 'active' : '' }}">...

0 Likes
1 Replies
posted 9 years ago

[PROBLEM] asset() not point to public folder

Hi everyone. after install laravel. I was copy index.php from public to root folder and change confi...

0 Likes
9 Replies

Check if requested object is null

Hey, at first: sorry for my bad english, I hope you'll unterstand my problem. So, I would like to ch...

0 Likes
3 Replies

TokenMismatchException for file, database and redis session configuration on ajax calls

I am encountering a weird problem on my Laravel 5.2 project. I have a DataTable with filters that ma...

0 Likes
1 Replies

Model already exist

So I can't find the answer to this. I had my class Permission, the name of the file was Permission.p...

0 Likes
2 Replies
Solved
posted 8 years ago

Token from and session token are different using mobile browser (login action)

I have got this login form: <form class="form-horizontal" role="form" method=...

0 Likes
1 Replies
posted 7 years ago

RESTFul framework

Any good framework/package to use with Laravel/Lumen when creating RESTFul APIs? Dingo seems good bu...

0 Likes
1 Replies

Simple drop-in account-activation (double opt-in) package for laravel

Hey everyone, ive created a package to a add account-activation/validation for laravel. It works wit...

0 Likes
0 Replies

Please help, setting anchor link problem, gives ERROR...

In my laravel application, when I am trying to link the username of the person who has posted in the...

0 Likes
1 Replies

Change $emailView in PasswordBroker.php for different parts of site

Hello! I need to set two emails view reset password for backend and frontend. Now i see service wher...

0 Likes
2 Replies

why fa-angle-left icon in adminlte laravel infyom generator untidy?

I get the adminlte from here : https://github.com/InfyOmLabs/adminlte-generator In here : https://gi...

0 Likes
0 Replies

Ability to change the "base_url" for S3 client: Illuminate/Filesystem/FilesystemManager.php

I posted this issue on GitHub, but didn't get a response, hoping I'll get more help here instead......

0 Likes
2 Replies

Single Field Validation

Just wondering what is the best way to validate a single field. Situation is laravel is the backend...

0 Likes
0 Replies
posted 10 years ago

Artisan Commands and Exceptions

I have an artisan command with a fire() method that looks something like this; public function fire(...

0 Likes
2 Replies
Solved

Call Controller function from within Controller with $request params

Hi, i have a Controller with a function : public function Upload(Request $request) { $file = $r...

0 Likes
0 Replies
posted 7 years ago

How do you handle models with distant relationships?

I have a Restaurant model with many Location models. Location models can have many Menu models. Menu...

0 Likes
0 Replies

Problem with Middleware - ReflectionException in Container.php

Hi, I'm having this error message when I try to load an Middleware. ReflectionException in Container...

0 Likes
0 Replies
posted 7 years ago

Laravel 1 aplication 2 domains and db's?

I have my app finished, but I wish to run it on 2 different domains and every domain should have his...

0 Likes
3 Replies

Trying to solve this polymorphic many to many relationship.

So. This is one of those "Well that escalated quickly" type projects. You start with basic...

0 Likes
0 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.