Support the ongoing development of Laravel.io →

eschmid72

Joined 4 Apr 2014

Statistics

Threads 7
Replies 4
Solutions 0
Articles 0
posted 9 years ago

column comment support

Does the Schema builder not support comments for columns yet? MySQL supports them, I've been reading...

0 Likes
0 Replies
posted 9 years ago

Jade templating?

Is there actually a Jade templating engine for Laravel 5? I've tried rvanasperen/laravel-jade but it...

0 Likes
2 Replies

No debug view on WAMP?

Hello! I'm developing an app on a WAMP Server, but on exceptions, I just see the "Whoops, looks...

0 Likes
1 Replies
posted 10 years ago

Changing the length of a column using migrations?

I do not find it in the documentation, how to change the length of a string=varchar column using the...

0 Likes
3 Replies
posted 10 years ago

JSON response very easy :)

In the documentation about how to create an ajax you read this: return Response::json(array('name' =...

0 Likes
3 Replies
replied 9 years ago

how to omit the /index.php/ from the uri?

I had a similar problem, I solved it by adding the line RewriteBase / after "RewriteEngine On&q...

0 Likes
replied 10 years ago

Changing the length of a column using migrations?

someone told me I have to use raw queries: public function up() { DB::statement('ALTER T...

0 Likes
replied 10 years ago

Changing the length of a column using migrations?

I have been looking in the source of the BluePrint class. There is no method like "alterColumn&...

0 Likes
replied 10 years ago

JSON response very easy :)

I have been checking it using curl --head. It shows: Content-Type: application/json It works with el...

0 Likes

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.