Support the ongoing development of Laravel.io →

208 Threads

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

Importing Illuminate components into ProcessWire

Hi everyone :) I have just started using ProcessWire, and I really do think it is a great CMF. The o...

0 Likes
2 Replies
Solved

IoC Container resolution error

Hi all, i'm fighting with IoC container. My goal is to have dependency injection as in the documenta...

0 Likes
6 Replies
Solved

Install extra packages after Laravel is installed

Hi. Say I created a new Laravel project using Composer this way: composer create-project laravel/lar...

0 Likes
2 Replies
Solved

ide helper don't auto complete with my second chain method.

I created library like class Person { private $name; public function __construct($name, $su...

0 Likes
3 Replies
Solved
posted 9 years ago

Kint dd() not working in 4.1

I have one project that started out as 4.0, since upgraded to 4.1, and Kint's version of dd(...) sti...

0 Likes
1 Replies
Solved

How to mock facade from package?

Package Thujohn\Twitter; Twitter::shouldReceive() gives me error: Parse error: syntax error, unexpec...

0 Likes
4 Replies
Solved

How to load view with new tab or new window in browser?

Could I load view with new tab in browser? Pl help me.

0 Likes
2 Replies
Solved

Desmart Pagination Package

I'm trying to get the Desmart Pagination Package (https://github.com/DeSmart/pagination) up and runn...

0 Likes
1 Replies
Solved
posted 10 years ago

Cannot save Role (Entrust)

$role = new Role; $role->name = 'Owner'; $role->save(); Error: Array to string conversion Mod...

0 Likes
1 Replies
Solved
posted 10 years ago

Any package that columnizes output?

Is there a package that can display say .csv data into columns? It must use spaces and not tabs Exam...

0 Likes
7 Replies
Solved
posted 10 years ago

How can I add external Library

can somebody tell me how to add external library I am trying to make http://dev.horde.org/imap_clien...

0 Likes
2 Replies
Solved

"php artisan optimize" error on vagrant VM

I have setup Laravel 4.1.28 on a CentOS vagrant VM with Composer installed. I can run composer and m...

0 Likes
2 Replies
Solved

Pros and Cons of Laravel + Angular

I am in the planning stage of rebuilding our company CMS and we will definitely be using Laravel, bu...

0 Likes
11 Replies
Solved

Running artisan or composer causes error "mkdir(): No such file or directory","file"

I wanted the Laravel 4.1 package to be at the root of a particular web server so I took it out of it...

0 Likes
1 Replies
Solved

Error in artisan on new version of Linux

Hello I upgraded Ubuntu version from 13.10 to 14.04 and I copied complete folder for my application....

0 Likes
3 Replies
Solved

How to get a model from a package ?

Hi all, How do I reuse a model I created in a package right in the root application ? Thanks :-)

0 Likes
4 Replies
Solved

Deployment to host

Hey guys, I have been working with Laravel for a couple months now, getting a good grasp of the fram...

0 Likes
10 Replies
Solved

Where to place the logic to work with models?

Hello! Where, in your opinion, is better positioned to work with logic models. Working with models i...

0 Likes
3 Replies
Solved
posted 10 years ago

Liebig cron problem after re-migrating cron tables.

Hi guys! My cron jobs where working perfectly when I accessed the url and dumping the return of Cron...

0 Likes
2 Replies
Solved

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.