Support the ongoing development of Laravel.io →

619 Threads

Laravel environment setup

Hi, So I'm working to setup laravel on my local system for development. Following along the guides t...

0 Likes
4 Replies
Solved

How to rollback external migrations ?

I want to write a "clean reinstall" CLI but I have a little problem... I can't rollback ex...

0 Likes
3 Replies
Solved
posted 10 years ago

Newbie Routing Question

Hi all, I am a newbie to laravel. Have been using PHP for quite a few years as a hobby. I have one...

0 Likes
4 Replies
Solved

Artisan auth commands not working?

Using these commands: http://laravel.com/docs/security#password-reminders-and-reset I get the follow...

0 Likes
1 Replies
Solved

push to a specific queue

I really wondered the way Laravel implements the queue component ; I do know how to configure and de...

0 Likes
2 Replies
Solved

escape public directory in Url

Hello guys. How i can ignore begining public word from url ? i moved index.php and htaccess file to...

0 Likes
3 Replies
Solved

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
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

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 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
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

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

Laravel rewrite rules

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

0 Likes
7 Replies
Solved

Set Auth config for Package

Hello, I am creating my own package and i want to add Auth only for my package using a different tab...

0 Likes
1 Replies
Solved

SMTP mail sending doesn't work in live server.

I setup SMTP mail sending with MailGun in my local testing server (XAMPP), and it works fine. But wh...

0 Likes
5 Replies
Solved

Which environment does testing inherit from?

Can someone tell me if testing inherits from development, production, or neither?

0 Likes
2 Replies
Solved
posted 10 years ago

Google analytics problem

Sorry for asking this here, but I got no help on google groups. Does anyone know how do you add a ne...

0 Likes
1 Replies
Solved

Config file not loading in local environment

I have a structure like this /app/config/vagrant/packages/ipunkt/laravel-analytics/analytics.php and...

0 Likes
1 Replies
Solved

Unwanted Characters in Response

hi for bad english writeing excusme when try to connect db and read some data any way my response co...

0 Likes
1 Replies
Solved

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.