Support the ongoing development of Laravel.io →

Create a Factory without a model?

I want to define a factory for a post from the front end. There's no model for it. How do I make a f...

0 Likes
0 Replies

Composite PK for organization, role, permission?

I am trying to implement a DB schema in which I have users that belong to one organization or more,...

0 Likes
1 Replies
posted 7 years ago

Unable to update user profile settings

Unable to update user profile settings in https://laravel.io/settings. When i tried to update my ema...

0 Likes
0 Replies

Seed random dates in model factory.

I want to seed a mysql format date in my Model Factory which is like 2017-08-19 and use mt_rand or a...

0 Likes
0 Replies

CIPHER Error

I keep getting this error after updating to laravel/framework (5.1.x-dev c8ade4d) The only supported...

0 Likes
10 Replies
Solved

Popular Routing

Hello everyone! After some have watched screencasts I see that everyone wrote a routes manually for...

0 Likes
3 Replies

Html, Form class not found in Laravel 5

I can't use Html, Form helper in Laravel 5.

0 Likes
27 Replies
Solved
posted 9 years ago

[Laravel5] How to change logs path?

In L4 we have an ability to change path where laravel stores it's logs (in /app/start/global.php fil...

0 Likes
5 Replies
Solved
posted 7 years ago

[Laravel 5.4] using custom authentication

Hello, I'm quite a newbie with Laravel; I created a couple of dummy project to test default Authenti...

0 Likes
0 Replies

group middleware not working in laravel 5.4

I am create Restfull API using laravel 5.4 and create simple CRUD demo with middleware group routing...

0 Likes
0 Replies

Laravel 5 – querying items by many-to-many related model (value in pivot table)

Hello! I've got a following many-to-many relation: attendees - attendee_tag - tag where attendee_ta...

0 Likes
0 Replies
posted 7 years ago

Include the inline style sheet in laravel

how to include in inline style sheet in laravel framework

0 Likes
0 Replies
posted 7 years ago

is it possible to use config/vendor and let `config()` resolve the path automatically ?

so atm any installed package just dump its config in the root/config folder which after a while the...

0 Likes
0 Replies

how to bind a model to another ?

some packages comes pre-packed with its own models ex.Cart but sometimes i want to add some extra lo...

0 Likes
0 Replies
posted 7 years ago

How to up or down a specific migration ?

I came from rails framework i want to down a specific migration without creating another migration l...

0 Likes
0 Replies

Distribute collection into collection of related domain model

So I have relations : class Folder extends Model { public function files() { return...

0 Likes
0 Replies
posted 7 years ago

Local windows development environment

Hi everyone, I'm trying to determine the best local environment set up for Laravel development on Wi...

0 Likes
0 Replies

Why Laravel consumes more memory compared to normal PHP?

I am checking the memory usage in normal PHP as well as Laravel and Laravel is consuming more memory...

0 Likes
0 Replies

Bengali with english in same page using dompdf support

I want to print pdf using bengali(Unicode) and English in same page. But got "???? ????"...

0 Likes
0 Replies

Controller - Service - Repository architecture

Hi, I am just refactoring my code to follow some common patterns in application development. The pat...

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