Support the ongoing development of Laravel.io →

how we fetch the data from phpmyadmin in laravel4 ?

how we fetch the data from phpmyadmin in laravel4 ?

0 Likes
1 Replies
posted 10 years ago

File config web server apache

Hi, to delete the public folder from my url I have seen that I have to edit the apache configuration...

0 Likes
2 Replies

Blade templating - Iteration over object / Array

I have a model Object I have passed to the view one of the attributes is a array containing other as...

0 Likes
5 Replies
Solved
posted 10 years ago

common way to do modification on the route parameters...

there exists Route::pattern for common validation purpose. but what about i want to do common modifi...

0 Likes
2 Replies

Error Trying to get property of non-object

I am struggling to understand how laravel works and I have a very difficult time with it Model - Use...

0 Likes
1 Replies

Unable to ->with('key','value') within nested Controller.

I have an AdminController within the controllers/admin folder and i would like to pass my page title...

0 Likes
3 Replies

Pagination with custom variable

Hi again. I have 3 tabs in a page. I have 3 queries and thus get the results and make 3 different pa...

0 Likes
1 Replies
posted 10 years ago

Help! Problem with creating new records

Hi there, I have a site which needs to go live today, and there is a problem with Eloquent, and the...

0 Likes
9 Replies
Solved

Retrieving Translated Field from Pivot Table

Hello, one of the requirements on the application I am developing is to have it to use an arbitrary...

0 Likes
0 Replies
posted 10 years ago

Controller $this->layout->nest: Newbie question re: Laveral 3 to Laveral 4 conversion

I'm a newbie to Laveral, but nonetheless converting and extending a Laveral 3 project in Laveral 4....

0 Likes
1 Replies

Publishing this forum as package?

I really like this forum and how it is working but sadly it's not build as package. Of course I can...

0 Likes
2 Replies
posted 10 years ago

using the '!='sign inside a where() method

I have a table with a row 'comments'. This is 'opmerkingen' in dutch. Every row can contain 1 commen...

0 Likes
2 Replies
Solved
posted 10 years ago

[proposal] Cache::put() returning the stored data

Hi i'm wondering is there any particular reasons Cache::put() returning the void? Wouldn't returning...

0 Likes
3 Replies

filter with variable from domain

I want to create a filter that depends on outside variable from domain: Route::any('/{id}', array(...

0 Likes
1 Replies

Laravel problem with views.

I have a web application in laravel in "mysite/admin". On login loads view "views/das...

0 Likes
2 Replies
Solved

How to handle relations between table in forms?

Hi, I've been looking for examples for a while and found out that the docs are lacking about this. H...

0 Likes
3 Replies

Csrf tokens and session do not persist

I'm using Laravel 4.1 locally and on production (shared hosting, PHP 5.3.27). Locally everything wor...

0 Likes
2 Replies

Conflict in Unique Column Name - Join Statement Query Builder

DB::table('users') ->join('contacts', function($join) { $join->on('users.id', '=', 'contacts.u...

0 Likes
1 Replies

Dynamic 'where()' for a filter

I've looked around for a tutorial or a best practice for implementing a filter for results. I would...

0 Likes
5 Replies
Solved

Guzzle & Laravel

Dear, I have a Laravel API. For example I used Sentry, but can successfully work without Sentry. I l...

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