Support the ongoing development of Laravel.io →

2,763 Threads

Laravel in subfolder results in wrong URLs

Hello Im learning Laravel, and by now i hanging with generating urls. Ive installed my laravel proje...

0 Likes
7 Replies
posted 10 years ago

Artisan commands are really slow?

Hi, When I use artisan on the command line, it takes around 20-30 secs to spit out a response, regar...

0 Likes
4 Replies

Simple Controller/Method-Routing?

Hi folks, i know - it's a real newb-Question, but i've found nothing in the documentation, which hel...

0 Likes
7 Replies

Workbench package dependencies installing in workbench directory...

I'm developing a package in the workbench, and when I require a few dependencies in the package's co...

0 Likes
2 Replies

create a custom route name in using Route resource

routes.php Route::resource('task', 'TaskController' ); Route::group(array('prefix' => 'ta...

0 Likes
5 Replies

composer question related to uninstall

Hi, I just read the usage documentation at getcomposer.org but I didn't find any information on how...

0 Likes
3 Replies

In production, I have no artisan commands !

Hello, I had launched my web app in production, but I wanted to migrate my database (in order to cre...

0 Likes
3 Replies

Basic Authentication with CGI/FastCGI

Hi all, i'm working with auth.basic and in my server i have Server API CGI/FastCGI. The official doc...

0 Likes
0 Replies

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

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.