Support the ongoing development of Laravel.io →

Laravel pagination shows a link for every page

With the help of some research I have done on the Web, I have created a function for creating a cust...

0 Likes
0 Replies

Do laravel has default xss filter or need third party package?

Hi, Just want to know Laravel supporting default input data filter for xss or we need to add third p...

0 Likes
6 Replies

Laravel 4 with forge, environment variables issue

I'm having trouble using forge and environment variables. When I use getenv('DB_NAME') and so furthe...

0 Likes
7 Replies
Solved

Laravel4 is not creating session

I am using Auth::attempt($credentials, $rememberMe) for login user. It was working fine but suddenly...

0 Likes
2 Replies
posted 9 years ago

Eloquent fill with non persistent attributes

I am trying to fill an Eloquent model with attributes from user request. The fillable array is prope...

0 Likes
0 Replies
posted 9 years ago

Model push with many-to-many relation

I am trying to save a many-to-many relationship values using push. What I am doing is: $user = new U...

0 Likes
0 Replies

Repository pattern

Hello, do i need repository pattern design at all? I am not planning to use any database except mysq...

0 Likes
3 Replies
Solved

Eloquent relations

I have tables: Users, Pages, Posts [ One user may have many pages and posts ] User table structure '...

0 Likes
3 Replies
posted 9 years ago

Scheduler/Dispatcher on a Controller Method

Can I use a dispatcher (indatus/dispatcher) to schedule and run a Controller's method? Eg. I want to...

0 Likes
0 Replies

Whoops! There was an error. 404 On Freshly Installed Laravel 4.2

I just freshly installed laravel 4.2. However when i browse on the page, i get Whooops even i create...

0 Likes
0 Replies

Laravel and cron jobs

Hi, I am new to the Laravel Framework and would like to know if there is any documentation on the pr...

0 Likes
2 Replies
Solved

Target [CmsBlox\MOD\PartnerInterface] is not instantiable.

When I search the error 'Target Interface is not instantiable' I get a lot of results on this error...

0 Likes
2 Replies
Solved
posted 9 years ago

Complex Form with Multiple Tables

I am building an electronic form app that allows an employee of my company to submit a pretty comple...

0 Likes
0 Replies

Laravel with Homestead

I new with virtual box and vagrant , Now I using Homestead image and every thing is run well but whe...

0 Likes
3 Replies
Solved
posted 9 years ago

Return view in json

Basically I have an ajax controller that returns a view like this: return Response::json(array('body...

0 Likes
2 Replies
Solved

Laravel Mailing Issue "Object of class Illuminate\Mail\Message could not be converted to string"

I'm trying to send a simple email. I know the issue is with my view but I don't know what I'm doing...

0 Likes
4 Replies

Is there an event for when a user is logged on via cookie?

I'm trying to keep track of every time a user logs on to my site. I can handle the auth.login event...

0 Likes
0 Replies

Complex Queries and models

Hey, I'm new to Laravel but I've done quite a bit of searching and could not find any clear solution...

0 Likes
3 Replies
posted 9 years ago

problem in mp3 upload

Hello dear friends I have a problem in uploading mp3 files . when I want to upload a mp3 file all in...

0 Likes
2 Replies
Solved
posted 9 years ago

Updating unique slugs

I'm using cviebrock/eloquent-sluggable to make some nice urls. Now I want to update them to new ones...

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.