Laravel is an open-source PHP web development framework created by Taylor Otwell. Laravel helps you create applications using simple, expressive syntax.

learn more… | top users | synonyms

0
votes
0answers
6 views

Laravel outputting a 'Redirecting to /URL/' message between page loads

No idea what has caused this, but my Laravel app is outputting a message between page loads, of 'Redirecting to a/url...' between page loads. It's doing it on my local MAMP set-up, and live on the ...
0
votes
1answer
12 views

Calling controllers dynamically

I'm attempting to create dynamic routing in Laravel for my controllers - I know this can be done in Kohana, but I've been unsuccessful trying to get it working with Laravel. This is what I have right ...
0
votes
1answer
11 views

Laravel Pagination links not including other GET parameters

I am using Eloquent together with Laravel 4's Pagination class. Problem: When there are some GET parameters in the URL, eg: http://site.com/users?gender=female&body=hot, the pagination links ...
0
votes
1answer
20 views

Including PHP files with Laravel framework

I am trying to "include" a php script into one of my views (landing.blade.php). The script is in: /laravel-master/public/assets/scripts/config.php When I try to include this code in the view: ...
0
votes
1answer
17 views

Laravel 4 Model Class Function is not being found correctly

I am working on an event manager using the Laravel 4 framework and have made a new model in /app/models/Event.php. In this file, I have the method public function postCreateEvent($eventDetails). I am ...
0
votes
1answer
45 views

CSS Images, Images, and Fonts in Laravel 4 Framework

I am having some trouble with a few things with the Laravel 4 Framework. First, to give the setup, I have an assets folder, within my public folder, that contains a folder for css called "CSS", a ...
0
votes
0answers
24 views

Laravel3 Validator: the “match:” rule is not seeing the closing delimiter. Is it a bug?

We have a content type which has been confirmed to match this regex: /([0-9]{4}|[0-9]{2}[+]{1})/ When trying 'match:"/([0-9]{4}|[0-9]{2}[+]{1})/"', L3 throws a "no ending delimiter '/' found" ...
0
votes
2answers
29 views

Laravel Eloquent doesn't update only inserting

I am facing some problems with PHP Laravel update function. It doesn't update, only insert. public function post_rate(){ $o = Input::all(); //has user already rated?! $query = ...
0
votes
2answers
30 views

artisan or composer commands - php fatal error

I made one change in my composer.json including Facebook SDK package (http://packagist.org/packages/facebook/php-sdk). So during the composer update I got this error $ php artisan optimize PHP Fatal ...
0
votes
2answers
51 views

Cannot insert to my new table

I have created a migration for ratings, and the table also working when i am entering phpmyadmin. The problem is, i cannot figure out, how to write to the table? I am running the code from "story" ...
0
votes
2answers
39 views

Adding additional constraints to Laravel Eloquent relations

I have three tables : Users (id / username) Folders (id / name) Folders_settings (folder_id / user_id / order) I want to be able to select a user's folder order. In the folder model I have : ...
0
votes
2answers
75 views

Name variables in Laravel [closed]

Refer: How you name variables in Laravel & PHP. $firstName or $first_name? $userid or $userId or $user_id?
0
votes
1answer
49 views

Laravel 4 - Return the id of the current insert

I have the following query public static function createConversation( $toUserId ) { $now = date('Y-m-d H:i:s'); $currentId = Auth::user()->id; $results = ...
0
votes
1answer
62 views

ANSWERED: How to write a unit test in PHPUnit

I'm writing a simple library I can reuse in some of my projects. At the moment its just going to swap some 'dumb' characters for their smart equivalent. Anyway, I installed a fresh instance of laravel ...
1
vote
3answers
57 views

laravel 4 returning validation message error

I am currently just testing laravel 4, but i have a problem, in the laravel docs returning error messages is described this way $messages->first('email');should return the message, but no matter ...
0
votes
1answer
44 views

Laravel - Is there a way to generate /photo/new and /photo/id without using resource controller

These are the urls that I want to generate: (1) /photo/new - for creating new photo (2) /photo/id - for viewing specific photo Without using resource controller, for (1) I can implement getNew() ...
0
votes
4answers
57 views

Passing an id to layout on Laravel 4

Hello how can I pass an id to my layout file ? with composer method I can pass variable and data. but I just wanna pass an id which comes from ...
0
votes
0answers
50 views

Laravel 4 Packages

I'm having a problem. What I'm trying to do is create basic package for geolocation. I'm using workbench to create the package and there is only one source and one config file. Plus the API that I'm ...
0
votes
1answer
44 views

I don't know what is wrong. Check if 2 users are friends in laravel

i'm new in working with mvc frameworks. I am currently learning Laravel and i'm stuck. I need to make my model check if two users are friends. I have the following database: CREATE TABLE `users` ...
0
votes
0answers
30 views

LARAVEL4 because it does not reflect the changes to the file in the browser

I am creating an application in laravel 4 and these last days did not have this problem, but currently if, every time I save a file, and F5 in the browser pulse this does not reflect the changes. The ...
1
vote
2answers
53 views

Laravel 4 - Catch errors

It seems like its not possible to catch errors yourself, insted of getting the laravel 4 error output. For example if i try: $databaseConfig = Config::get('database.connections.mysql'); ...
0
votes
1answer
46 views

Laravel 4 understanding resources

So, I'm starting to learn L4, but having a few issues. I'm trying to read the documentation on their website, but it seems to be incomplete, or not well done (maybe i'm too newbie at this point). ...
0
votes
0answers
35 views

Laravel 4 - Resource - Trying to return view from subfolder?

I've just started using Laravel 4 and I have a resource called "OrderController" with the following code: public function index() { return View::make('order.index'); } In my views folder I ...
0
votes
1answer
29 views

Laravel full URL routing

How can I set my routes depending on the domain-name? I want to register some actions to diffenrent domain-names (not sub-domains). Example of the functionality I need to replicate: ...
0
votes
1answer
27 views

Laravel 4 - Red config files

How can i read the config files from laravel? For example for the database connection (app/config/database/.php) I want the mysql data from the config. For a package you do it like that: return ...
0
votes
1answer
31 views

Laravel 4 - Writing query using case

I was wondering if someone could tell me how to write the following query using L4's query builder. SELECT u.user_id,c.c_id,u.username,u.email FROM conversation c, users u WHERE CASE WHEN ...
0
votes
0answers
27 views

Laravel eloquent and Auth in socket caching

How to avoid caching in the socket? I've executed a script listening for sockets, so there I check if the user is logged or not: Auth::check(); i've tested it, but if I logout or log in ,the ...
0
votes
0answers
19 views

Multiple languages with default language

what is the best way to do the following? For example, having an application with multiple languages (en, fr and en) and English being the default language of the application, but if the user chooses ...
0
votes
1answer
39 views

Running Laravel Task at specific time

I've seen some similar questions at SO but none of then have answered me. I had never heard of CRON before and I'm new to Laravel. What I need is to run a Task once a week to perform some actions on ...
0
votes
2answers
52 views

Images not displaying in Laravel 4 Framework

I am using the Laravel 4 Framework and I am trying to have some images appear on my page. I have two different cases. One, I am using an image as a background in a CSS file. The image is in a ...
0
votes
1answer
57 views

Laravel 4 - Check database connection

How can i check the database connection? For example if you try to use the schema class, but got wrong database data in the config you get a laravel error. So how can i check if the connection to ...
2
votes
1answer
26 views

How to make extensible Eloquent models?

How to add to an Eloquent model without modifying its source code? By that i mean lets say i have a User model and i want to add a has_many relationship to ProfilePost but i don't want to modify the ...
1
vote
1answer
39 views

Laravel 4 - Model query not working

Understanding models is doing my head in. Below is my complete model <?php class Pmconversation extends Eloquent { protected $table = 'pm_conversations'; public function getPrivateMessages() ...
0
votes
2answers
52 views

Laravel 4 Views

I'm a new user of both Stack Overflow and laravel. I just started to learn L4 in their official site but now I'm having a small problem in loading the views. Now my views is not working properly. ...
0
votes
1answer
71 views

Two type of authentication - laravel 4

We all know that there is only one auth.php where we can declare our model,table,etc.. which will be used for the built-in auth function of L4. Is there a way I can create another auth? SCENARIO: A ...
0
votes
2answers
62 views

Laravel 4 - Getting database results into a view

Im having a bit of trouble learning to get my data into my view, and i was hoping someone could help me. I have the following function in my model public function getPrivateMessages() { $userId ...
0
votes
1answer
30 views

Missing argument error when posting data through ajax (using Laravel)

I'll be precise: I'm having a weird issue with $.post jQuery function and an action in my controller. I'm new to PHP, but I've worked with ASP.NET MVC before and I hoped that they were similar. Here ...
0
votes
0answers
9 views

Laravel3 Validator: Use “exists” rule on multiple values on an array or CSV string?

We are creating a little internal REST-ish service. I need to validate some values as existing in a lookup table, and exists:table,column is now my friend :) Challenge: The challenge I'm facing is in ...
0
votes
1answer
28 views

CSS not being applied in Laravel 4

I am trying to include CSS with my Laravel 4 project. The css is in a folder called 'assets' within the 'public' folder. In my view, I am calling the CSS: <html> <head> <meta ...
0
votes
1answer
33 views

Including CSS, Javascript with my Laravel 4 framework

I have included a _construct() function into my BaseController to include CSS and Javascript using the Asset::add command. However, the CSS doesn't seem to be loading in. The view is loading ...
0
votes
2answers
52 views

NotFoundHttpException for Controller route in Laravel 4

I am trying to get started using controllers in Laravel 4 and I am running into some trouble. Here is the basic run down: I have a controller in the controllers folder called FansController in the ...
0
votes
0answers
35 views

It seems not all my HTML from my page seems to load

This is a weird one. I am not quite sure of what is going on. I don't know if it's MAMP server causing the problems or Laravel. I never seen this before. I am using Google Chrome on my MAC OS X. And ...
0
votes
1answer
58 views

Laravel 4 - Writing complex queries

I was wondering if someone could convert this to L4's query language. SELECT * FROM messages WHERE ( user_one = $id AND user_one_deleted = 0 ) OR ( user_two = $id AND user_two_deleted = 0 ) I have ...
0
votes
2answers
35 views

Many To Many relation laravel with the name “ImageCode”

I am wondering how I should be able to make a many to many relation with a class/table containing two words. I made a database table with migration which had the name of "image_codes". And I wanted a ...
1
vote
2answers
32 views

Laravel 4 Auth::attempt() always returns false

I'm trying the Laravel's Auth class but everytime i attempt to log in a user, the method returns false. Here's my code: Routes.php Route::get('new-user', function() { return ...
-1
votes
0answers
16 views

Laravel Session behaviour in Development

I have one Laravel app running as a Dev setup on my PC with xampp. I have been experimenting with Auth() and have one User logged in on one Browser and another logged-in on another separate one ...
0
votes
0answers
25 views

Running tests in Laravel 4 yields “Unknown method User::save()”

I have added phpunit as a composer dependency, did composer update. I wrote a simple test, like so: $user = new User; $user->save(); I run vendor/bin/phpunit or vendor/bin/phpunit -c ...
0
votes
1answer
26 views

Searching for a variable number of terms in a MySQL database using Laravel Fluent

I have the following MySQL table: cases id INT diagnosis TEXT description TEXT This is represented in Laravel by a LibraryCase model. When a user enters a search term I get ...
0
votes
1answer
26 views

How can I do this better without checking getClientOriginalName() on uploaded files?

$input = Input::all(); $input['resim'] = Input::file('resim')->getClientOriginalName(); $rules = array( 'resim' => 'required|max:3000|image|mimes:jpg,gif,png', ...
1
vote
1answer
37 views

Laravel 4 - Using migrations to delete table with foreign key

Im trying to roll back my migrations. My migrations file uses foreign keys like so $table->foreign('user_one')->references('id')->on('users'); ...

1 2 3 4 5 36