Support the ongoing development of Laravel.io →

how to assign permission to storage directory in my laravel

I created a video player project in laravel. the video will play from only authenticated users. usin...

0 Likes
0 Replies
posted 5 years ago

Is it possible to stream data?

Hi Laravel Community, Is it possible to stream data? I tried implementing broadcast with laravel-web...

0 Likes
0 Replies
posted 5 years ago

Eloquent Query using Dynamic Model Laravel

I have this code which I am using to create a dynamic model in laravel `use Jenssegers\Mongodb\Eloqu...

0 Likes
0 Replies
posted 5 years ago

best approach

hey all, I need an hint on this: in my laravel app every user must authenticate to use it. If user i...

0 Likes
0 Replies

Laravel Date Validation between two dates

Hi, I need a user to be able to only select a date between a pair of dates, but the validation hasn'...

invokermaster liked this thread

1 Likes
4 Replies

Send plain-text notifications

I would like to send notification emails with only plain text. But every email is send with the Cont...

0 Likes
1 Replies
posted 5 years ago

security question

hello, I'm generating sensible data this way: ` File::put(storage_path() . '/invoice_' . $invoice-&g...

0 Likes
2 Replies
posted 5 years ago

Storing A Column Value Of A Table To Another Table Column.

I have two tables, Schema::create('orders', function (Blueprint $table) { $table->string(...

0 Likes
0 Replies

Laravel API tokens

I am using laravel 5.4 , created mobile API. Now I want to allow multiple mobile device to login for...

0 Likes
0 Replies

Non-static method should not be called statically for scopes

I have a model with those methods: public function waiting() { return ! is_null($thi...

0 Likes
2 Replies

unable to move onto next bootstrap carousel item

Please help, I have implemented the Bootstrap Carousel into my project but it doesn't seem to be sli...

0 Likes
2 Replies
posted 5 years ago

php artisan migrate:fresh command with multiple connections

I have tow database connections, `'mysql' => [ // connection information ],...

0 Likes
1 Replies

How to create a secondary connection to another DB

Hi there . I have two databases 192.168.1.82 (Master) and 192.168.1.83 (Slave) how can I configure l...

0 Likes
0 Replies

Trying to build web app for daily costs for members in work

I am trying to build web app with laravel that help me to save daily costs and the total for every m...

0 Likes
1 Replies

How do you include custom JS in app.js?

Hey there! Title is the basics of the question. From Laravel 5.8, I have a /resources/js/plugins fol...

saberyjs liked this thread

1 Likes
2 Replies

eror placing external javascript, ... is not function

cannot load javascript . i want to use select2 and use external javascript. but, that javascript can...

0 Likes
1 Replies
posted 5 years ago

Bootstrap won't load — $(...).modal is not a function

Hey! This only relates to Mix (or Webpack perhaps). So I hope this is a good place to post this. If...

0 Likes
1 Replies
posted 5 years ago

Have code display on screen rather than send message

SO basically i have this code that sends people a deposit code to deposit money into a bank (for a g...

1jamestkirk liked this thread

1 Likes
0 Replies

How to access database connected via PHPStorm tools

Hello, I connected to my database in PHPStorm (in Data Source and Drivers using General and SSH/SSL...

rasyidcode liked this thread

1 Likes
0 Replies
posted 5 years ago

How do i login into the admin panel

Hello please how do i login into the admin panel, here is my code This is my middleware file `<?p...

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.

© 2025 Laravel.io - All rights reserved.