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

L4.1 Route Group Prefix Parameter => Constrain.

With a route I can put a constraint: For instance to allow only a-z letter in the book url. Route::g...

0 Likes
1 Replies
Solved

Laravel 4 Auth::attempt fails

This is my stackoverflow topic: http://stackoverflow.com/questions/24477170/laravel-4-authattempt-fa...

0 Likes
2 Replies
Solved

Is this proper design?

Hi guys, I am new to Laravel and system architecture etc. I was wondering if you could comment on th...

0 Likes
2 Replies

Two way friendship

I have created model so that users can be friends. I have table user_friends where user_id and frien...

0 Likes
0 Replies

unittest migrate vendor package with SQLite

Hi, I'm using the Sentry package how can manage this setup public function setUpDb() { A...

0 Likes
1 Replies

Raw statement in Laravel's Eloquent whereIn method

I would simply like to run such query: select * from `users` where SUBSTRING_INDEX(`email`, '@' ,-1)...

0 Likes
0 Replies

Insert values to config files at run time

Hi guys, Is there a way to insert values to the database config file at the run time ? I am developi...

0 Likes
0 Replies
posted 9 years ago

Error when trying to eagerload

Hello, can anyone help? I have an error that states "Maximum function nesting level of '100' re...

0 Likes
0 Replies

Workbench / Package routing

I am attempting my first workbench / package and so far no good. Created 1 GroupsController added /...

0 Likes
0 Replies
posted 9 years ago

CCK in laravel

I will soon start developing a new application for work in laravel. This application tracks the prod...

0 Likes
1 Replies
posted 10 years ago

[Package] SEO Aggregator – Generate sitemap.xml and robots.txt files

I recently released version 1.0.0 of my Laravel 4 Composer Package SEO Aggregator. The Package can b...

0 Likes
3 Replies

how to remove the public url online .please help

Hi, I hav posted the laravel online and how to remove thee public url from the domain. Thanks in adv...

0 Likes
0 Replies

Homestead Vagrant Booting Problems (default: Warning: Connection timeout. Retrying...)

Hi, today I installed a freh Linux Mint 17 Cinamon 64bit installation with VirtualBox from the Repis...

0 Likes
4 Replies
posted 10 years ago

Printing array of data in view

Hi; I am new to this. Would you please help me print sql results in view? This is a little bit of co...

0 Likes
5 Replies

Laravel belongsTo not working

I have 2 models in my app, 'User' & 'MedicineType' (each User belongs to one MedicineType). I ma...

0 Likes
2 Replies
Solved

Laravel/Eloquent many-to-many query with a logical "and"

I have a many-to-many relationship between my "resources" and "category" tables,...

0 Likes
0 Replies

Protecting routes with filter

How can I create filter (for routes) that users which arent in specific department can't access cont...

0 Likes
3 Replies

I need to make following system between members of the site such as Twitter

I need help in the make of the Relationships between him and User model

0 Likes
4 Replies
Solved
posted 9 years ago

validation rules check on id

hi, how can we check on id or other variables inside our rules array? example: protected $rules = ar...

0 Likes
1 Replies

Creating admin page

I have 2 models, Posts and Users. What's the best way to display all the posts and users from databa...

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