Support the ongoing development of Laravel.io →

3,382 Threads

Can I run Laravel class in Eclipse

Dear all, I try to integrate Laravel into Eclipse. And I want to step the Laravel class function in...

0 Likes
0 Replies
posted 10 years ago

extend validation and error

here is my code // app/librarires/Validation/Validation.php ?php namespace App\libraries\Validation;...

0 Likes
1 Replies

Class 'Admin_member' not found

Hi; Why do I get class not found? //Model (Admin_member.php) class Admin_member extends Eloquent {...

0 Likes
2 Replies

Getting an error when creating a new L4 app. php-pecl-zip extension is installed.

Suddenly this starts happening when using the laravel .phar installer. The application doesn't get i...

0 Likes
0 Replies

How to change the default Log format? (Monolog)

I've been to https://github.com/Seldaek/monolog and I've looked at vendor/laravel/framework/src/Illu...

0 Likes
2 Replies

What GNU/Linux distro, web server and cache software are better?

I'm new to Laravel, but at the same time I'm very excited about it and I have two questions that I t...

0 Likes
3 Replies

Best technique for a Laravel Boilerplate/Scaffolding? (Yeoman? Packages? other?)

I'm using Laravel for a year now and really love it. I'm using it for my job and now, a year passed...

0 Likes
2 Replies

Authentication works in local server but not in production server

hi all i've followed this tutorial about restful API http://code.tutsplus.com/tutorials/laravel-4-a-...

0 Likes
3 Replies

Set the default carbon date format

Hi I'm writing a small app and I am trying to set the default Carbon date format. I have an eloquent...

0 Likes
3 Replies

About post and get

Hi; Can someone please explain how Route::get and Route::post work? I know exactly how to use them b...

0 Likes
1 Replies

How can I remove index.php from Laravel?

Hi; Mod_rewrite is on Route::get('/', 'Home@index'); works fine and I can access it like: http://atl...

0 Likes
5 Replies

How to Setup Laravel Eloquent in Zend Framework 2?

My current project force me to use zend framework. However, i'm familiar with Laravel framework, esp...

0 Likes
0 Replies

View [usr.login] not found.

Hi, I am new to laravel and I am happily deploying an RC version of my first app in a preproduction...

0 Likes
6 Replies

Direct user based on a role when logging in

I have a table of users with three roles.... (Staff, Manager and Director)... I'd like a user to log...

0 Likes
2 Replies

Load pdf file on browser instead of downloading it

How can I tell laravel that my pdf files inside public/uploads/overviews/*.pdf needs to be loaded on...

0 Likes
2 Replies

New installed laravel in subfolder always shows Error 500 Internal Server Error

Hi, This is my first time posting here. I tried to find solutions for this issue for many days. The...

0 Likes
2 Replies
Solved

Problems with custom validation

Hi In Laravel 4 this code works like a charm. But in Laravel 4.1 this don't work. start/global.php r...

0 Likes
0 Replies

Laravel Nginx Configuration

This is a helper thread for those searching for a clean way to get Laravel running under Nginx. I've...

0 Likes
0 Replies

Laravel rewrite rules

I have .htaccess: <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Opti...

0 Likes
7 Replies
Solved

CKEditor installation using Composer and simple example

Hello I installed CKEditor using composer, but now I don't know how to use since I can't find js fil...

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.