Support the ongoing development of Laravel.io →
posted 10 years ago

Variables inside {{ asset }}

Simple one here. I have image paths in my table. The images are in /public. I would call those paths...

0 Likes
3 Replies
Solved

Laravel 8 based CMS.

Hi! Let me show you my project that I'm working on a while. It's a content management system created...

ttimot24 liked this thread

1 Likes
0 Replies

Automatically embed images to email

I am writing a newsletter system for my client. They write the email body with CKEditor and I want t...

0 Likes
3 Replies
posted 6 years ago

Unable to upgrading from 5.4 to 5.5

i am trying to upgrade from laravel 5.4 to 5.5 but I get the below error .Kindly assist please $ com...

0 Likes
0 Replies
posted 6 years ago

Unable to load a page due to this error

I've been trying to fix this for the past 3 hours and currently, I'm not getting anywhere... Anyone...

0 Likes
1 Replies

Routing in own composer package

Hi everyone! I am creating a new package and save it on packagist at https://packagist.org/packages/...

0 Likes
1 Replies

Help with my package

Hi, I'm building a package called under-construction. When this package is activated in a config fil...

0 Likes
0 Replies

php artisan - unknown table no matter which command I run

For some reason whenever I run any php artisan command I get an error saying one of my tables doesn'...

0 Likes
4 Replies
posted 6 years ago

Deleting a folder or file does not work

<?php namespace App\Http\Controllers; use Illuminate\Support\Facades\Storage; use Illuminate\Ht...

0 Likes
0 Replies

Artisan Tinker Opens & Closes Immediately

Here's a GIF of the issue: I feel like it's probably not related, but I noticed this issue after sw...

0 Likes
0 Replies
posted 6 years ago

Nicer way to append relationship count to model

So i've got two objects, a Client and Project, there is a hasMany relationship from the client to th...

0 Likes
1 Replies
posted 6 years ago

Laravel Matching to Wrong Routes Because of a Single Route With Three Parameters

Here are the relevant routes: Auth::routes(); Route::group(['prefix' => 'admin'], function () {...

0 Likes
0 Replies

Test input arrays in laravel 5.5 ignore empty or null input values

I am currently testing a championship tree with 16 competitors. Each competitor can be updated via a...

0 Likes
0 Replies

PHPUnit fails to count with group by on query to the database view (not table)

Laravel Version: 5.4.* PHP Version: >=5.6.4 Database Driver & Version: MySQL (Testing with S...

0 Likes
0 Replies
posted 6 years ago

Laravel Passport Personal Access Tokens are given Unauthenticated error on AWS

I have my code working properly on local system and development server working properly. But when I...

0 Likes
0 Replies
posted 6 years ago

Laravel store method problem

hey Guys i am using resources route for posts i have store method in my PostsCOntroller controller t...

0 Likes
1 Replies
posted 6 years ago

running phpunit inside laravel command

I trying to run phpunit inside larvel command but laravel affect the phpunit enviroment. public func...

0 Likes
0 Replies

Different PHP versions

I Use MAMP on my macbook. I allready have some Laravel 5.4 projects which run perfectly. But now I'm...

0 Likes
1 Replies

load more btn in laravel 5.4

Hi, I have theme installed in my laravel project and I convert it to dynamic but there a problem in...

0 Likes
0 Replies
posted 6 years ago

Adding new tables with migration without rollback

im trying to add new tables to already existing db using migration, i have one table 'users' and ive...

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