Support the ongoing development of Laravel.io →

Recreated SESSION all the time

Hi, I`m also facing that "bug", when the session is recreated on every page load. I checke...

0 Likes
2 Replies
Solved
posted 11 years ago

New to automated testing - how do I test with an Eloquent model?

Hello, I am learning about unit testing and am really struggling with eloquent models. I want to tes...

0 Likes
0 Replies
posted 11 years ago

Change paginated url '?page=' to '?p=' or something else. Possible?

Is it possible to change a paginator url to something else besides '?page=' ?

0 Likes
2 Replies
Solved

creating ServiceProvider for package without it

Hello, I would like to create Service provider for package vendor/package (psr-0), I know with updat...

0 Likes
0 Replies
posted 11 years ago

URL::route() generates url's with another subdomain

Hi, Has anyone experienced that URL::route() generates URL's with a different subdomain? I have a ma...

0 Likes
0 Replies

can I deploy my app based on Laravel framework in my shared virtual space?

as you know, I am using the virtual shared space which support php apps, so I can not install php li...

0 Likes
1 Replies
Solved
posted 11 years ago

testing controller, error with getTotal() in the view

I had writen some tests to test controllers (I use repository pattern....). Everything was working f...

0 Likes
0 Replies

How to sync() more than the primary keys?

I have a many to many relationship setup like this: Product Model: public function skus() { return...

ostap liked this thread

1 Likes
1 Replies

web application to php archive (phar file)

i want to deploy my application to the server . some times i can not access the server with the ssh...

0 Likes
0 Replies
posted 11 years ago

artisan:migrate:refresh undefined method

http://laravel.io/bin/mNVV

0 Likes
1 Replies
Solved

laravel-dompdf problem.

Hello, I am working on creating a PDF for download from a view. It was working but all of a sudden...

0 Likes
7 Replies

Composer update issue

Hello, I got this weird issue, i just did an update on laravel, from version 4.1.* to another 4.1.*,...

0 Likes
1 Replies
posted 11 years ago

Testing various multi-domain

How can I test multi domain app? I tried this without success: $domain = 'http://some.website.com/';...

0 Likes
1 Replies
Solved
posted 11 years ago

Would this hit the database once or twice?

Does the first line go to the database and wait for a response and then move on? Or are these combin...

0 Likes
6 Replies

Controller Testing - Repositories Design Pattern

I am new to unit testing, and testing at all... I am trying to follow the repository implementation...

0 Likes
4 Replies
posted 11 years ago

Pass variable in blade view to route

Passing a variable inside the loop, All business logic is in the model and some in controller. But a...

0 Likes
3 Replies
Solved
posted 11 years ago

Class cache does not exist

Hi all I have a slight issue ive extended the UrlGenerator class as explained in the documents to us...

0 Likes
0 Replies
posted 11 years ago

Autoloading without composer

I'm having this directory structure: app viewmodels account (here are a few php files with classe...

0 Likes
4 Replies

Allow user to manage ONLY their own items

Hello, I am new to Laravel and have a small issue... I have an app set up with a front-end [for list...

0 Likes
5 Replies

moving to external server giving problems with validation error messages

I created an user authentication system, everything works great on my local server, but once uploade...

0 Likes
2 Replies
Solved

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.