Support the ongoing development of Laravel.io →

Eloquent Reverse Engineering

Is there anyway to convert an existent Mysql DB to the Eloquent ORM automatically? I'm creating a La...

0 Likes
3 Replies

laravel cookie run across subdomain

I Have a project where subdomain are created for users like a there are john.example.com and jenny.e...

0 Likes
0 Replies
posted 9 years ago

Laravel 5 can't post

Top of my controller I have: <?php namespace App\Http\Controllers; use Illuminate\Http\Request;...

0 Likes
17 Replies
Solved

Get last N posts per category

I know this has been asked before by others but no answer is good or explicit. Many give great worki...

0 Likes
0 Replies

Session laravel 5.3 not working over LAN

currently using : laravel 5.3 session driver already tried memcached,redis my session data each ref...

0 Likes
0 Replies

Laravel Homestead - pThread

Hi guys! Does anyone have any idea on how I can install php pthreads on Laravel Homestead? Is it pos...

0 Likes
0 Replies

Issues with Eloquent using with(), groupBy() and sum()

I have got my relationships correctly set in the models. I like that I do not have to join any table...

0 Likes
0 Replies

Blade: Form::select forcing escape?

I've had this code running since L4.3. With the latest update to L5.3.30 + the dependencies, it ap...

0 Likes
0 Replies

Comments and reviews package

Hey guys, I made package to make it simpler to implement reviews and comments functionality to Larav...

0 Likes
0 Replies
posted 7 years ago

Queued event callback when done?

I'm using the following code to have an event run in the background (sending emails) class SendEmail...

0 Likes
0 Replies
posted 7 years ago

How to use Informix database

How can I use a Informix database with laravel? Seems like it doesn't support it by default. I am us...

0 Likes
0 Replies

Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath()

PHP Fatal error: Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath()...

0 Likes
15 Replies
Solved
posted 7 years ago

Error in Laravel 5 Project, while click on edit & show buttons

NotFoundHttpException in Router.php line 960: in Router.php line 960 at Router->Illuminate\Routin...

0 Likes
0 Replies
posted 7 years ago

Laravel adminLte

Good evening, I installed adminlte on a project I already had. My route file stopped working and eve...

0 Likes
0 Replies
posted 7 years ago

Return json object instead of array

When i return json, it returns a array instead of an object. $order = Order::where('user_id', $custo...

0 Likes
0 Replies

Add New Element to Item in the Collection

So I am trying to add new item to a collection. So how i do I add it? My Code $users = User::where...

0 Likes
2 Replies

Parse Error in .../Illuminate/Foundation/helpers.php on Installation

I am working off of a C9 Ubuntu server with php 5.6.4. I've installed Composer, made a new Laravel p...

0 Likes
1 Replies

take previous value in Laravel Excel

Hi guys! I'm currently trying to implement something like this but with laravel- Excel: link Excel:...

0 Likes
1 Replies
Solved

Laravel 5 : deployed on server in public_html give HTTP ERROR 500

I am using laravel 5, I just deployed the code in public_html on the server. When I call the URL it...

0 Likes
0 Replies

How to change location and name of public folder

"/home/soft/public_html" its my web root i dont want to make any new virtual host i want m...

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