Support the ongoing development of Laravel.io →
posted 9 years ago

route that end with an "?" and then data

I am getting a call back from socialite...so my route is : http://my-callback-route?datadatadata How...

0 Likes
1 Replies

How to use ACL in laravel 5

Hello Everyone. I am new to laravel 5. I want to know how to implement ACL in laravel 5 using databa...

0 Likes
0 Replies

Fail to forward a page after register

I have a page need auth i.e. with middleware auth. After register, it will success forward to the pa...

0 Likes
1 Replies

Reading emails from imap server

Hello and thank you for creating such a great community for such a great framework.I started studyin...

0 Likes
4 Replies

Problems saving png-file from json in Laravel

Hi! I am using Thomas J Bradleys SignaturePad ( http://thomasjbradley.ca/lab/signature-to-image/ ) t...

0 Likes
0 Replies

[HELP] L5.1 Raw query of a MySQL stored procedure - Pagination?

I have this query: $images = DB::select('call spMultimedia(' . $id . ')'); I need pagination for th...

0 Likes
0 Replies

API-first CMS

Hi guys, so I've been toying with this idea of possibly making an API centric CMS. "What the he...

0 Likes
35 Replies

Package config file is read from vendor

Hi, I have come across an issue in Laravel 4.2 that I can't quietly point the source of it. I have d...

0 Likes
0 Replies

eloquent eager loading to limit for each post

ok I have posts table and foreach post we have comments. I want to get the last 10 posts with it's c...

0 Likes
2 Replies

ckeditor not working

can anyone explain the process of how to use ckeditor in my laravel project? I tried to download cke...

0 Likes
3 Replies
Solved

xsrf-token and laravel_session javascript cookies(not creating on page load)

Hello, When I delete all cookies and reload my website in firefox all http requests are returning 50...

0 Likes
0 Replies

Getting “Redirect loop error” in Laravel 5.1 with auth middleware

Here is my routes.php file: Route::get('/',['domain' => 'admin.myapp.com','middleware' => 'aut...

0 Likes
0 Replies
posted 9 years ago

Limit Laravel 5 pagination links

Hi, I have pagination with links [1, 2, 3, 4, 5, 6, 7, 8 ... 99, 100] and how can I change limit to...

0 Likes
0 Replies

Authenticating users in Laravel via Windows Authentication

I have PHP running in a Windows domain on IIS 7.5. Windows authentication is turned on via IIS, so t...

0 Likes
3 Replies

Consolidate All Migrations File in On File

Hi, I have now lots of migrations files, is it posible to put them all in on big file, or there is a...

0 Likes
5 Replies
posted 9 years ago

Filtering with models

Hello everyone, I have models 'Phone' and 'Product'. Phone 'has' Products. I have a page where i fil...

0 Likes
8 Replies

about database table design in authentication

I use database for auth. Should the user table must have fields, "id", "password"...

0 Likes
1 Replies
posted 9 years ago

Laravel in Eclipse or other editor

I'm using Eclipse for php editing. Any PDT is good for Laravel in Eclipse? or, other good free edito...

0 Likes
0 Replies

Validation custom message not working for relation

I use form model binding with a eloquent relation like customer -> hasOne -> adres. Everything...

0 Likes
0 Replies

Package Namespacing

I have created my first package and have a namespace issue. Anyone have experience to help on this....

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.

© 2025 Laravel.io - All rights reserved.