Support the ongoing development of Laravel.io →

1,611 Threads

[Package] DbMapper

I want to share with you one of my first packages I've ever made. It's called DbMapper and it provid...

0 Likes
0 Replies

[announcement] Laravel Sketchpad

Hey all, About a year ago, I posted about a package I was working on called Sketchpad, which I'm ple...

0 Likes
0 Replies

I am sharing bash scripts for installing Laravel 5.4

Hi everyone, I created two bash scripts to ease Laravel installations and thought I'd share them wit...

0 Likes
0 Replies

Can I develop HR/Payroll System in Laravel

Can I develop payroll in system by laravel? How much you suggest Laravel for this task? Welcome to y...

0 Likes
3 Replies
posted 7 years ago

Import Excel

hi, I want to import a excel file. So in controller i do : $reader=Excel::load('storage/app/uploads/...

0 Likes
1 Replies
Solved

MailGun Client error: `POST https://api.... resulted in a `404 NOT FOUND???

Sending from localhost, Windows 10, OpenServer! Settings .env: MAIL_DRIVER=mailgun MAIL_HOST=smtp.ma...

0 Likes
1 Replies
posted 7 years ago

Create a custom middlewareGroup in custom package

This is not working: public function boot(\Illuminate\Routing\Router $router) { $rou...

0 Likes
1 Replies
posted 7 years ago

Laravel Redis Echo server Tutorial

If anyone can post a small tutorial/demo of laravel echo server using socket,io and redis with priva...

0 Likes
0 Replies

Call to a member function getClientOriginalName() on a non-object with intervention

public function postCreate() { $validator = Validator::make(Input::all(), Product::$rules); if ($...

0 Likes
12 Replies
Solved
posted 7 years ago

My company, Bukwild, just open sourced our Laravel CMS package: Decoy

If you're looking for an open source Laravel CMS, I wanted to put the one we made out there: https:/...

0 Likes
0 Replies
posted 7 years ago

Permission denied creating package in laravel 5.4

I'm creating a cms package that I will be using. The problem that I'm having is that after I publish...

0 Likes
1 Replies

Elasticsearch, No alive nodes found in your cluster

Hi, I'm using elasticsearch 5.2.2 with Laravel 5.4 and homestead and I get the following error when...

0 Likes
1 Replies

Creating role and permission error

Call to undefined method Illuminate\Database\Query\Builder::translationEnabled() (View: C:\xampp\htd...

0 Likes
0 Replies
posted 7 years ago

Automatically load required packages

how automatically load packages in a custom package outside vendor directory? I made a directory pac...

0 Likes
0 Replies
posted 7 years ago

My first Package please give some feedback :-) !

Hi,, I've created my first package! Here it is: https://github.com/larsjanssen6/increment-decrement...

0 Likes
0 Replies

Can i get laravel 5.4 angular2 install documentation?

I didnt get any information avbout laravel 5.4 and angular 2 documentation details anywhere..Can i g...

0 Likes
0 Replies

Cashier BadMethodCallException Method newSubscription() does not exist, why?

Model <?php namespace App\Entities; use Laravel\Cashier\Billable; use Prettus\Repository\Contr...

0 Likes
5 Replies
Solved

Quiz package for Laravel?

Hi, anyone knows of a quiz package for Laravel (or independent)?

0 Likes
1 Replies

Use Model + Authenticatable in one class Laravel 5.4?

I have use Laravel\Cashier\Billable; use Prettus\Repository\Contracts\Transformable; use Prettus\Rep...

0 Likes
0 Replies
posted 7 years ago

Simple Grid for Laravel 5

Hello guys. Latest year i've released a package named rafwell/laravel-grid. Faced with the acceptanc...

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.