I have a project I am trying to contribute to. The package has the following in the composer.json fi...
I have ran into a small problem. I have a site built that only has a web interface at the moment, b...
Hello everybody. I'm trying to find out what the right way is to use modules / plugins / extensions....
I am working on a fairly large Laravel application and wanted to get some input on the ideal namespa...
Should I use a package for reusing the code when implementing repositories or should I write all the...
I want to inject the larvel log object to my controller instead of using the facade. But I cant type...
Hello guys, I'm about to create RESTful API with Laravel. I've created such in past, but this time I...
I am facing this error when deploy my laravel website on server centos 7 .htaccess: Options not allo...
Morning, dumb title with dumb question : as router.before and router.after are not fired anymore, ho...
Hi, I have 3 controllers that basically List/Create/Edit/Remove things in database (Products, Carts,...
I'm getting super confused with this small part time project I am working on. I have a Movie model,...
I while ago I stumbled across a version of the API docs that had links directly into the source code...
Excuse me how can I apply filters on laravel applying its translation (en, de, es, fr) language base...
$mobiles=Mobile::select('id','name','blurb','priority') ->where('name','LIKE','%...
I'm using Laravel 4.2. I have a custom ServiceProvider that is registered in app.php. My code wasn't...
I wanted to use packages to isolate different services used in a saas application, only enabling eac...
I’m building a small web application that allows our department’s employees to submit forms for thin...
I have a big PHP project, in which I didn't use any framework. I'd like to switch gradually this onl...
Hi, Is it possible to add a filter to a Route::resource method? I tried something like these and the...
Hi all, I have a laravel package that requires other packages via composer dependencies (let's say t...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.