Support the ongoing development of Laravel.io →

php artisan serve not working

When I type in php artisan serve --host test.com I got this error [Wed Jan 14 12:54:12 2015] Failed...

0 Likes
2 Replies
posted 7 years ago

multiple databes data show or table show in a pages

My controller : { $data = array( 'employeedetails' => EmployInfo::all(), 'designatio...

0 Likes
1 Replies
Solved

Any laravel base systems that include the basics like authentication, login, registration, nice templates etc?

Are there any Laravael "starter" systems with common basic functionality available to fast...

0 Likes
3 Replies
posted 7 years ago

Trait not found - laravel-commentable

Hi! I'm trying to use the laravel-commentable package but I'm always get Trait not found. I'm follow...

0 Likes
0 Replies
posted 10 years ago

How to make switching language button

Hallo, i'm using blade template, all file content is in view and i need 2 language on my project, h...

0 Likes
9 Replies

Default values on pivot table for attach/save

Hi, is there any way to set default values for the pivot table for attach and save? So rather than h...

0 Likes
2 Replies

[Forge + AWS] Should I have my Github Laravel App and Wordpress on the same server, or different?

I have built an AWS server ("Server A") via Forge and setup Github + Laravel + SSL on it s...

0 Likes
0 Replies

How can I change the language of errors in laravel 5.1 dynamically?

I have been using the helper app()->setLocale(session('lang')); However, I can get to change the...

0 Likes
0 Replies

Create seeds 3 relations deep?

Hi guys! I've been stuck in the docs and tutorials for days now! I have a survey website, with users...

0 Likes
0 Replies

Saving checkbox value in to a database

My form: {{ Form::checkbox('portfolio', 0, false) }} By default checkbox is unchecked. In controlle...

0 Likes
2 Replies
Solved
posted 7 years ago

[ErrorException] Undefined index: URL - When running command and using Localization

Hi! When i use trans() or Lang::get() in a Laravel 5.0 Queue command, its says [ErrorException]...

0 Likes
0 Replies

Atom Technology

Hii i want to use atom technology for payment getaway so help me for integrate in laravel 5.3 sugges...

0 Likes
0 Replies

SAAS application using Laravel 5.3

I want to develop a SAAS application with ACL and local admins. Can anyone suggest me a structure fo...

0 Likes
3 Replies
posted 7 years ago

Request add a non form field

Laravel Version: 5.3.29 PHP Version: 7.0 / 7.1.0 Database Driver & Version: mariaDB 10.0.24 De...

0 Likes
0 Replies

Laravel default crypt method unexpected behaviour.

I am trying to encrypt json encoded string from laravel's default encryption. But i am not sure it's...

0 Likes
0 Replies

Queue stopping mid-code

Hi, I have a treatment that generates 2 PDF files, and then send them by mail. When I run this direc...

0 Likes
1 Replies
Solved

Laravel 5.3 Envoy installation

i am trying to install envoy on laravel 5.3 but i am having some difficulty. I have followed the doc...

0 Likes
0 Replies

How to solve Class App\Http\Requests\UpdateUserRequest does not exist? laravel 5.3

My code is like this : <?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRe...

0 Likes
1 Replies

Class App\Http\Controllers\Auth\ActivationService does not exist

Hi all, i am new to laravel and i tried to build a user verification with activation E-Mail and occu...

0 Likes
2 Replies
Solved

mass import to database with relatives

Hi guys. I missunderstand something. I have two tabels: Products (id, sku, brand, name, etc.) publi...

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.