Support the ongoing development of Laravel.io →
posted 9 years ago

Homestead & Vagrant

I keep having to destroy, then vagrant up when adding more sites, is there another way? reload doesn...

0 Likes
4 Replies

GIT Deployment for Laravel

Sorry this is not strictly a Laravel question, however I am trying to use GIT deployment with Larave...

0 Likes
1 Replies

Route redirect

Hey, i want to make a ban system, and i do not know how to redirect a user to a "You're banned&...

0 Likes
1 Replies
Solved

how to get current entry info in laravel eloquent

i have a table in mysql ( ques_id (auto increment , primary) , ques_title (string) ) . By using eloq...

0 Likes
1 Replies

Saving logic in a controller

Hello! It is ok to store saving logic in a controller like this (PostController.php): public fun...

0 Likes
8 Replies
posted 10 years ago

Performance Measurement

We are designing a LMS Based on Laravel. My old job was as a Performance Engineer, so i always keep...

0 Likes
6 Replies
Solved

Published config file not overwriting package config file

Ok so in my workbench, I have a package (Intellectproductions/Verify).. in the src directory, I have...

0 Likes
3 Replies

Auth Basic works local but not in server

I created table and the basic authentication works fine locally but when I uploaded to the server ev...

0 Likes
7 Replies
posted 9 years ago

Laravel blade includes and yields

Hi, My question if there is a possibility to hand down @section() snippets down a include action. I...

0 Likes
0 Replies

Install extra packages after Laravel is installed

Hi. Say I created a new Laravel project using Composer this way: composer create-project laravel/lar...

0 Likes
2 Replies
Solved

RegEx in a request

Hello¨ Can anybody tell me how to create a request in Laravel using regular expressions? I have to s...

0 Likes
0 Replies
posted 9 years ago

Route vs Request

Hello, I am new in a framework world. Reading Laravel documentation at the moment chapter after chap...

0 Likes
4 Replies
posted 9 years ago

Query with Query Builder. What's wrong?

Hi I want to run the following query with the query builder ... this is what i have Query SELECT...

0 Likes
2 Replies
Solved

Sub domain wild card gets 404 error

I have a dns server wind a wild card and i do have mod_rewrite. What am I doing wrong? Please help....

0 Likes
5 Replies
Solved
posted 9 years ago

Table Seeder limited amount of seeds

Does anyone know if there is a limit to the amount of seeds that can loaded into a mysql db via the...

0 Likes
6 Replies
Solved
posted 9 years ago

INSERT/UPDATE session is taking 2 - 15 seconds

Looks like using the database for session data is slowing down the website I've built, and I can con...

0 Likes
5 Replies

Order by date of a nested model

I'm having difficulty to let the laravel query order by a date field of a nested query. This is what...

0 Likes
2 Replies

Using where and joins in a query returns wrong deleted_at

OK, I have the following piece of code: $projectTwitterStatuses = ProjectTwitterStatus::join('twitte...

0 Likes
0 Replies

File and directory structure

Coming from a strong Java background, and migrating a CodeIgniter website, I really like the IoC and...

0 Likes
3 Replies

openssl_random_pseudo_bytes() on Windows slows down my application

Hi there, Some days ago, I was facing some problems with my application which was slown down by some...

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.