Support the ongoing development of Laravel.io →

3,383 Threads

how to add column in table migration table Already exists

how to add column in table migration updated_at ,created_at,delteded_at

0 Likes
3 Replies
Solved

Forge Installation

Is it me ? Or is Forge just a huge headache rather than useful ? After three attempts, can't even g...

0 Likes
1 Replies

Can't set development enviorment.

Hi all, I can't set my project environment to the development. This is my code in start.php $env = $...

0 Likes
1 Replies

Use config in package for non-Laravel applications

As we all know, using stuff like Config in custom packages works great if you're using Laravel. But...

0 Likes
2 Replies
Solved

how to delete row from table using Eloquent

this code in routes.php dont work Route::delete('user', function($id){ $newStudent =User::find($id)...

0 Likes
5 Replies

Handling Errors

Hi, I'm quite new to Laravel, and in past applications I would generate a user warning or notice, us...

0 Likes
0 Replies
posted 10 years ago

Artisan: Command [ serve | optimize | clear-compiled ] is not defined.

I'm having a really weird issue and I just can't figure out what's wrong. I'm runnung Laravel 4.1.29...

0 Likes
1 Replies

Homestead require's internet connection on 'up'

Is there a away to make Homestead not require a call to vagrantcloud.com when running offline? Call...

0 Likes
1 Replies
posted 10 years ago

cant redirect to index.php

Hi, hope to get help from you. when I use localhost/lava/public/index.php, the result is correct, I...

0 Likes
2 Replies

Vagrant config doesn't make any sense

Hi, I have set up Vagrant and Ubuntu and set the Local VM IP Address to 192.168.56.101 and the port...

0 Likes
1 Replies

I'm unable to access package published configuration

Ive coded a package that i have not put on packagist yet. I am linkin it in a project using composer...

0 Likes
0 Replies

Why does Laravel ship with an unnecessary vendor folder ?

I come from a CI background so I can't understand why would the Laravel Framework ship with a vendor...

0 Likes
2 Replies

Integer Dates with *SQL Database in Laravel

I've been using integer MySQL columns to store unix timestamp dates and really prefer/like it. I'm j...

0 Likes
6 Replies
posted 10 years ago

route to controller in folder

How to route the controller which is in folder. Namespaces? Give me example. Thank you.

0 Likes
0 Replies

Connect Laravel with Oracle 11g xe in Linux(Ubuntu)

Hi, Help connect Laravel with Oracle 11g xe in Linux.

0 Likes
0 Replies
posted 10 years ago

Autoload and namespace

Hello, I'm new with Laravel and I'm trying to understand the autoloader and the namespaces. Before t...

0 Likes
1 Replies

Envoy/remote and Ubuntu default Apache setup

I'm normally used to working on cPanel servers, where vhosts and suphp are set up in such a way that...

0 Likes
0 Replies

Using the Google API

Hello, I'm relatively new to Laravel, I've researched this as thoroughly as I possibly can but unfor...

0 Likes
1 Replies

Subfolder and namespaces

I've tried to create a nesting controller but I am not able to create a route for it. The documentat...

0 Likes
4 Replies

Multiple Laravel Apps

Hello everyone, I have a server on GoDaddy and I use this server like a portfolio. I want to add som...

0 Likes
5 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.