Support the ongoing development of Laravel.io →

deeperDATA

Joined 18 May 2014

Statistics

Threads 7
Replies 6
Solutions 2
Articles 0

Creating a CRM based around Gmail Interactions...

I am curious about the best plan of attack for creating a CRM that will log customer interactions (e...

0 Likes
1 Replies

PHP/OAuth error when attempting to create user account with GitHub

Working with a project that uses OAuth user registration through GitHub. Everything is working fine...

0 Likes
0 Replies

How to view Laravel's Homestead error logs?

Having some issues with a new virtual host: "No input file specified." when all of my path...

0 Likes
3 Replies

My GET input isn't logging to DB

Trying to create a simple input method. My DB table (comments) contains an increment "id",...

0 Likes
2 Replies
Solved

Planning my first project: Migrating a text-based log file to a Laravel Application

I would like to create an application that logs GET data directly to the DB through Laravel from URL...

0 Likes
1 Replies
replied 9 years ago

Creating a CRM based around Gmail Interactions...

I have been reading and it appears there are 3 contenders for email client integration: RoundCube S...

0 Likes
replied 9 years ago

My GET input isn't logging to DB

Turns out I needed to instantiate a new model... $comment = new Comments; $comment->name = Input:...

0 Likes
Solved
replied 9 years ago

homestead.app:8000 not found by Firefox or Chrome

Well, I found my problem. I had unnecessarily included the port number in my hosts file so instead o...

0 Likes
Solved
replied 9 years ago

homestead.app:8000 not found by Firefox or Chrome

Yes, OS X. I should have mentioned it.

0 Likes
replied 9 years ago

homestead.app:8000 not found by Firefox or Chrome

Actually, 127.0.0.1:8000 renders my landing page! But my homestead.app:8000 redirects to www.homeste...

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.