Support the ongoing development of Laravel.io →

208 Threads

how to use ServiceProvider boot function? Laravel 6.0

I used two classes here they are : Schema::defaultStringLength(150); View::share('channels',Channel:...

0 Likes
4 Replies
Solved

Laravel Cashier - createSetupIntent() is undefined

Trying to get Laravel Cashier to work when adding a payment. Following everything as instructed in d...

0 Likes
3 Replies
Solved

how to create my own button with crudbooster in Laravel?

I have a button called "Buat SPT". I just want this button call my controller called Admin...

0 Likes
7 Replies
Solved

when upgrade 5.6 to 5.7 laravelcollective/html requires

I changed "laravel/framework": "5.6.*", to "laravel/framework": "...

0 Likes
3 Replies
Solved

Laravel 5 package class not found

I know L5 isn't even in alpha yet, but that shouldn't stop us from playing with it. :) I created a n...

0 Likes
7 Replies
Solved

Laravel, Passport, and Distributed Services Architecture.

ENVIRONMENT Mandate to stay within the laravel/vue/php/mysql stack. Single Page Vue.js/Laravel appl...

0 Likes
1 Replies
Solved

HTML to PDF

Can someone suggest html to pdf converter? ty

0 Likes
8 Replies
Solved

Creating Custom package, error

Im getting the follow up error "Class 'Martins\ArtisanGUI\ArtisanGUIServiceProvider' not found&...

0 Likes
1 Replies
Solved
posted 9 years ago

Laravel Elixir Sass error

I have installed Gulp and Laravel Elixir. When trying to execute gulp or gulp watch I get the follow...

0 Likes
9 Replies
Solved

Laracasts/flash not showing in laravel 5.4

I have recently upgraded my project from Laravel 5.1 to 5.4. Everything is working fine except for f...

0 Likes
1 Replies
Solved

How to override app routes from package?

Greeting guys, I'm just about to start developing my very first Laravel Package using v4.2 & enc...

0 Likes
3 Replies
Solved
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

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

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

Is always needed to return something in ServiceProvider::provides() method?

Hi. I's a simple question. If I have something like this in my service provider: public function boo...

0 Likes
3 Replies
Solved

How do i send a text message in laravel

Hi I'm using laravel 5.1 and I need to send text messages. I had a look at simple sms but they have...

0 Likes
6 Replies
Solved
posted 9 years ago

how can I export to Word

hello friends how can I export to Word

0 Likes
10 Replies
Solved

Can't get Landlord multitenancy work all times

I'm fairly sure I have this multitenancy functioning part of the time but it's not working for 1 spe...

0 Likes
3 Replies
Solved

How to add page number for every page in laravel dompdf?

I get from here : https://github.com/barryvdh/laravel-dompdf My controller is like this : public fun...

0 Likes
2 Replies
Solved

a css file for my sepcific div

So here is the thing, there is account section on left side of my page, I'm calling account from a f...

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