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
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

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

[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

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

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

Help getting data from my Database

I have two models with relationship: City and Events. In the controller i have this: $cities = City:...

0 Likes
1 Replies

Insert One to Many with multiple records

Hi there, I would like to insert a post and its images with laravels ORM. Posts title tekst Images...

0 Likes
3 Replies

Paying to help finish my app!

Hi, I'm on the very final stages of my app and need help to finish it, hopeful it's this week. In my...

0 Likes
4 Replies
posted 10 years ago

Extend Blueprint

Hello, I would like to add some functions to the Blueprint class but I can't get it to work without...

0 Likes
0 Replies
posted 10 years ago

Re-Introducing the Laravel starter command

Hello all, I originally created this command about a year ago and there were a decent amount of peop...

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.