I created a video player project in laravel. the video will play from only authenticated users. usin...
Hi Laravel Community, Is it possible to stream data? I tried implementing broadcast with laravel-web...
I have this code which I am using to create a dynamic model in laravel `use Jenssegers\Mongodb\Eloqu...
hey all, I need an hint on this: in my laravel app every user must authenticate to use it. If user i...
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
I would like to send notification emails with only plain text. But every email is send with the Cont...
hello, I'm generating sensible data this way: ` File::put(storage_path() . '/invoice_' . $invoice-&g...
I have two tables, Schema::create('orders', function (Blueprint $table) { $table->string(...
I am using laravel 5.4 , created mobile API. Now I want to allow multiple mobile device to login for...
I have a model with those methods: public function waiting() { return ! is_null($thi...
Please help, I have implemented the Bootstrap Carousel into my project but it doesn't seem to be sli...
I have tow database connections, `'mysql' => [ // connection information ],...
Hi there . I have two databases 192.168.1.82 (Master) and 192.168.1.83 (Slave) how can I configure l...
I am trying to build web app with laravel that help me to save daily costs and the total for every m...
Hey there! Title is the basics of the question. From Laravel 5.8, I have a /resources/js/plugins fol...
saberyjs liked this thread
cannot load javascript . i want to use select2 and use external javascript. but, that javascript can...
Hey! This only relates to Mix (or Webpack perhaps). So I hope this is a good place to post this. If...
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
Hello, I connected to my database in PHPStorm (in Data Source and Drivers using General and SSH/SSL...
rasyidcode liked this thread
Hello please how do i login into the admin panel, here is my code This is my middleware file `<?p...
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.
The community