Support the ongoing development of Laravel.io →

2,391 Threads

Turn off http output during the test

Hi, Here is an example of my test: public function testCitizenService() { $respo...

0 Likes
1 Replies

link_to_route error

Hi guys. I have a link to route like this in my application view {{ link_to_route('categories.creat...

0 Likes
2 Replies
Solved

Could not save in DB

Hi, I am having trouble to insert record in DB, here is my code $member = new User; $member->user...

0 Likes
2 Replies

Add additional filter class to composer package

I use this package in my project https://github.com/tappleby/laravel-auth-token I want to add an add...

0 Likes
5 Replies
Solved
posted 10 years ago

Executing Python script with Laravel 4 Controller

Hi, I'm trying to execute a Python script from my Controller. In my controllers directory I created...

0 Likes
0 Replies
posted 10 years ago

Create a directory as a group in the "controllers" directory,how to use these controller

Default: app\controllers\UserController.php I Want : app\controllers\user\UserController.php If do...

0 Likes
2 Replies
Solved
posted 10 years ago

Route and get method

Hey, i want to make a page for search, which will be /find/, and when i enter the name, it will redi...

0 Likes
2 Replies
Solved
posted 10 years ago

Redirect a route with parameters

Hey, i made a route with a parameter, but when i try to redirect, i get a NotFoundHttpException My...

0 Likes
5 Replies
Solved

Model query

Hey, i have a question: how can i make a query, and use results like this: Query::user()->Name

0 Likes
2 Replies
Solved

How to store data in different tables in db?

Hi..Recently I installed DOPTOR CMS.Really it is working good.I have one doubt,while creating the mo...

0 Likes
0 Replies

get controller and action name in your template?

i wonder if how i can get the Controller name and Action name in the Blade template/View? Thanks in...

0 Likes
1 Replies

controller method with parameter call from view?!

hello, i have a controller method with parameter public function check($root_ip, $root_port) {...

0 Likes
3 Replies

Shared variables best practice

I have a complex product setup on a shop, so the users basket includes a lot of info cached from the...

0 Likes
3 Replies

Is it possible to give a named route to an entire resource?

I'm thinking something like Route::resource('sessions', [ 'as' => 'test', 'uses' => 'SessionsC...

0 Likes
3 Replies

Pagination Question

So I read the pagination code and from what I understand if there are 3 pages of data available and...

0 Likes
2 Replies
posted 10 years ago

Route pattern for email

Hi all, I'm starting with L4. I would like to have a route like user/{email} and define a Route::pat...

0 Likes
5 Replies
Solved
posted 10 years ago

login redirect routing

Its early here, so i'm sure i'm missing something obvious This works fine Route::get('users/login',...

0 Likes
1 Replies
Solved

Is it possible to append a query string on home page?

I want to automatically when the user comes to the site append a query string on the home page. Is t...

0 Likes
1 Replies

Open source DB driven ACL

I like to see a database driven Acl method for laravel just like cakephp, Cakephp has a method with...

0 Likes
0 Replies

How to store data in different tables in db?

Hi..Recently I installed DOPTOR CMS.Really it is working good.I have one doubt,while creating the mo...

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