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

1
vote
0answers
22 views

Custom helper class not loading in Laravel 4

I am currently running into a problem when trying to use a custom helper class in Laravel 4. I've created a folder in app/libraries which has a custom class MenuComposer. ...
0
votes
1answer
12 views

laravel before filter not triggered by browser back button

I am using laravel for my web application. Login route is handled by two methods LOGIN::GET -> Displays the page to get the login credentials using a form. LOGIN::POST -> Gets the data posted, ...
0
votes
2answers
16 views

Install laravel 4 with composer

I am trying to install laravel with composer, but it's asking me for a username and password. I tried my github credentials but without succes. I also have read the docs and still it's giving me ...
0
votes
0answers
19 views

Eloquent (Laravel4) and Nested-sets (Cartalyst) - How to get all articles from all descendants?

I'm new to Laravel 4 and some concepts it uses so go easy on me.. I'm developing a web store and I have a problem getting all the articles from all descendants in my catalogue tree. My tree structure ...
0
votes
0answers
27 views

Laravel Selective Caching

I'm developing one of my first applications with the Laravel 4 framework (which, by the way, is a joy to design with). For one component, there is an AJAX request to query an external server. The ...
0
votes
0answers
14 views

Implementing group_by and having in Laravel using Eloquent

I am having trouble implementing the group_by and having queries using Eloquent in Laravel. Here is the scenario: orders - id - qty deliveries - id - qty - order_id I want to use a join to ...
0
votes
0answers
10 views

how to use fireAnbu in laravel 3?

I've installed the bundle fireAnbu in my local laravel 3 app, but I can't figure out how to use it! (feeling silly) I've got 'fireanbu' => array('auto' => true), in bundles.php and 'profiler' ...
0
votes
1answer
34 views

Laravel 4 Blade Template Engine not working

I am converting over a beginning Laravel 3 project into Laravel 4 and not having so much fun with the blade template engine. I know some of the stuff has changed but I still get a 500 Internal Server ...
0
votes
1answer
28 views

laravel4 CSV help in routing

I have a button and when I click that button the data should be opened in csv format public function get_textfile() { $table = Campaign::all(); $file = fopen('file.csv', ...
0
votes
0answers
18 views

Laravel rewriting routes/htaccess url rewrite

I need some help with redirecting url routes. Currently, I have http://website.com/subpage/123 and I want to redirect it to http://website.com/subpage/new+title. I basically want to redirect the page ...
0
votes
2answers
51 views

How to correctly display @yield() content?

I'm working on learning Laravel and while the quickstart taught me a lot I've been having nothing but problems trying to build off of that. Currently, I'm trying to use a file public.blade.php as ...
0
votes
1answer
28 views

Laravel 4 - How to fetch models with skip() / take() but no where clause

I am currently developing an API with Laravel 4 and ran into an issue when trying to filter a list of users returned. What confuses me is, that the L4 docs say Note: All methods available on the ...
0
votes
1answer
44 views

Laravel relationship with multiple foreign keys

What is the standard way to set up your tables and models with table that have multiple foreign keys. Example one foreign key relationships typicall look like database tables: clients id ...
0
votes
1answer
29 views

Problems accessing public folder with laravel

I'm a beginner when it comes to this laravel but having a hard time trying to get going. Basically I've installed laravel but I have a problem when it comes to accessing the public folder. I'm using ...
0
votes
2answers
52 views

Can't install Laravel4

I try to install Laravel4 on windows 8. I download the file, unzip it, and call "composer update" then i have these messages : PHP Warning: ...

1 2 3 4 5 106
15 30 50 per page