Support the ongoing development of Laravel.io →

3,383 Threads

FbF/Laravel-Blog Problem with Artisan ?

I tried to install FbF Laravel-Blog from Github but i get an error with artiser: ###And in the Fro...

0 Likes
1 Replies

Recreated SESSION all the time

Hi, I`m also facing that "bug", when the session is recreated on every page load. I checke...

0 Likes
2 Replies
Solved

web application to php archive (phar file)

i want to deploy my application to the server . some times i can not access the server with the ssh...

0 Likes
0 Replies

Composer update issue

Hello, I got this weird issue, i just did an update on laravel, from version 4.1.* to another 4.1.*,...

0 Likes
1 Replies
posted 10 years ago

Autoloading without composer

I'm having this directory structure: app viewmodels account (here are a few php files with classe...

0 Likes
4 Replies
posted 10 years ago

Code not working on server after being deployed

I have written some code that was written in a tutorial on Tuts+. The code works great on my local...

0 Likes
1 Replies
Solved

Mysql read replicas

Hi guys, I'm new to laravel. This is a great framework. I'm ran into an issue that I don't know how...

0 Likes
0 Replies

'SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected' after returning from Laravel password reminder

'SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected' after returning from Laravel pass...

0 Likes
0 Replies

what is the correct way to create an Utility class?

Hi all, As the title tells, how can i create an Utility Class where the functions are visible from m...

0 Likes
2 Replies

Oversight bug in Laravel Validation Rule?

I have the following validation configuration: $rule = array( 'user_name' => 'required|unique:use...

0 Likes
1 Replies
Solved

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

Laravel installation missing index.php

Hi, I'm totally new to Laravel, this is my first install. I downloaded the latest version from https...

0 Likes
3 Replies
Solved

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
posted 10 years ago

Simple route does not work! What's wrong...

Hi there, This sound stupid but I can't get it to work. routes.php Route::get('/ac', function(){ r...

0 Likes
4 Replies
Solved

How to set the Primary Key and Foreign Key to string

I'm not using the auto increment for the id instead i'm using the 32 char unique id. So when i creat...

0 Likes
6 Replies
Solved

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

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.